diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-08 21:22:02 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-08 21:30:14 +0300 |
| commit | 6595c22971cd06205a2512de2f6aa96ef0af6509 (patch) | |
| tree | e6070a53cef56269ddc583bb2a9d14beeea17c93 /lib/routemap_cli.c | |
| parent | 8d60d4da501d015ab645d8546c429990d7ecb033 (diff) | |
bgpd: When specifying listen address for bgpd we shouldn't imply no fib flag
When `-l` is used, then no routes are exported to the kernel.
```
$ grep bgpd_options /etc/frr/daemons
bgpd_options=" -A 127.0.0.1 -l 127.0.0.2"
```
Before:
```
donatas-pc# sh run | include no-rib
bgp no-rib
donatas-pc#
```
After:
```
donatas-pc# sh run | include no-rib
donatas-pc#
```
Signed-off-by: Kris Shannon <k.shannon@amaze.com.au>
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'lib/routemap_cli.c')
0 files changed, 0 insertions, 0 deletions
