Skip to content

Commit

Permalink
Merge pull request #8988 from c-po/frr-7.5-bfdd-backport
Browse files Browse the repository at this point in the history
frr-reload: FRR 7.5 bfdd backport
  • Loading branch information
ton31337 authored Jul 31, 2021
2 parents b16b164 + a101915 commit b4ab715
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 b4ab715

Please sign in to comment.