Page MenuHomeVyOS Platform

BFD IPv6 configuration
Open, NormalPublicBUG

Description

Seems like potential BFD IPv6 configuration typo in vyos-1x. Diff below:

$ diff ./src/conf_mode/protocols_bfd.py ~/protocols_bfd.py
52c52
<                 if 'source' not in peer_config or len(peer_config['source'] < 2):
---
>                 if 'source' not in peer_config or len(peer_config['source']) < 2:

Details

Difficulty level
Easy (less than an hour)
Version
1.5
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)