FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.33k stars 1.25k forks source link

Daemon bfdd is not a valid option for 'show running-config' #8087

Closed c-po closed 3 years ago

c-po commented 3 years ago

Describe the bug

When trying to implement FRR reload support for BFD daemon this errors out with Daemon bfdd is not a valid option for 'show running-config'

To Reproduce

$ cat /tmp/foo.frr
bfd
 peer 1.1.1.1 multihop local-address 172.18.201.10
  no shutdown
 !
!
/usr/lib/frr/frr-reload.py --reload --daemon bfdd --debug --stdout /tmp/foo.frr
2021-02-15 17:58:40,510   ERROR: Daemon bfdd is not a valid option for 'show running-config'

Expected behavior

Reload would work.

Versions

Additional context

anlancs commented 3 years ago

@qlyoung Seems already fixed by this commit: ee96c52a2828335c698c27ee7f7374204a97d4cb

qlyoung commented 3 years ago

Thanks