Bug #11477
openFRR does not recognize some BFD options
0%
Description
BFD daemon failed to start due to using incorrect command syntax:
Unknown command: peer 192.168.88.51 local-address default interface vtnet0
there is no 'default' interface:
pf41.prox.int(config-bfd)# peer 192.168.88.51 local-address A.B.C.D IPv4 local address X:X::X:X IPv6 local address
label error:
pf41.prox.int(config-bfd-peer)# label TEST % Unknown command: label TEST
There is no 'label' option:
pf41.prox.int(config-bfd-peer)# detect-multiplier Configure peer detection multiplier echo-interval Configure peer echo interval echo-mode Configure echo mode end End current mode and change to enable mode exit Exit current mode and down to previous mode find Find CLI command matching a regular expression list Print command list minimum-ttl Expect packets with at least this TTL no Negate a command or set its defaults output Direct vtysh output to file passive-mode Don't attempt to start sessions profile Use BFD profile settings quit Exit current mode and down to previous mode receive-interval Configure peer receive interval shutdown Disable BFD peer transmit-interval Configure peer transmit interval
FRR pkg 1.1.0_5 (frr 7.5)
Updated by Viktor Gurov almost 4 years ago
- Subject changed from BFD does not recognize config options to FRR does not recognize some BFD options
Updated by Jim Pingle almost 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho almost 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
Updated by Alhusein Zawi almost 4 years ago
looks ,FRR 7.5 does not have "default" and "label' options
pfSense.home.arpa(config-bfd-peer)#
detect-multiplier Configure peer detection multiplier
echo-interval Configure peer echo interval
echo-mode Configure echo mode
end End current mode and change to enable mode
exit Exit current mode and down to previous mode
find Find CLI command matching a regular expression
list Print command list
minimum-ttl Expect packets with at least this TTL
no Negate a command or set its defaults
output Direct vtysh output to file
passive-mode Don't attempt to start sessions
profile Use BFD profile settings
quit Exit current mode and down to previous mode
receive-interval Configure peer receive interval
shutdown Disable BFD peer
transmit-interval Configure peer transmit interval
tested in FRR ver. 1.1.0_6 pfsense: 2.5.0-RELEASE (amd64) , Version information updated at Fri Feb 26 20:40:54
Updated by Danilo Zrenjanin about 2 years ago
Tested on:
FRR 1.1.1_7
It still doesn't recognize these options.