Skip to content

Commit

Permalink
tools: add bfdd to frr-reload.py daemons list
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Di Pascale <[email protected]>
Signed-off-by: Christian Poessinger <[email protected]>

(cherry picked from commit ee96c52)
  • Loading branch information
edipascale authored and c-po committed Jul 6, 2021
1 parent 8f96d15 commit a101915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/frr-reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ def compare_context_objects(newconf, running):
sys.exit(1)

# verify that the daemon, if specified, is valid
if args.daemon and args.daemon not in ['zebra', 'bgpd', 'fabricd', 'isisd', 'ospf6d', 'ospfd', 'pbrd', 'pimd', 'ripd', 'ripngd', 'sharpd', 'staticd', 'vrrpd', 'ldpd']:
if args.daemon and args.daemon not in ['zebra', 'bgpd', 'fabricd', 'isisd', 'ospf6d', 'ospfd', 'pbrd', 'pimd', 'ripd', 'ripngd', 'sharpd', 'staticd', 'vrrpd', 'ldpd', 'bfdd']:
log.error("Daemon %s is not a valid option for 'show running-config'" % args.daemon)
sys.exit(1)

Expand Down

0 comments on commit a101915

Please sign in to comment.