Skip to content

Commit b4ab715

Browse files
authored
Merge pull request #8988 from c-po/frr-7.5-bfdd-backport
frr-reload: FRR 7.5 bfdd backport
2 parents b16b164 + a101915 commit b4ab715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/frr-reload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ def compare_context_objects(newconf, running):
13881388
sys.exit(1)
13891389

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

0 commit comments

Comments
 (0)