>Synopsis: Newly connected rtlabel networks are not advertised by bgpd
>Category: system
>Environment:
System : OpenBSD 6.3
Details : OpenBSD 6.3 (GENERIC.MP) #107: Sat Mar 24 14:21:59 MDT 2018
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
Architecture: OpenBSD.amd64
Machine : amd64
>Description:
"network (inet|inet6) rtlabel" should pick up new routes with the label.
>How-To-Repeat:
1) Run bgpd with a configuration containing:
network inet rtlabel export
Add a route with this label and start bgpd.
`bgpctl show network` will contain this route
Delete the route and recreate it. `bgpctl show network` will *not* contain
this route.
2) Run bgpd with a configuration containing:
network inet static
Add a static route and start bgpd.
`bgpctl show network` will contain this route
Delete the route and recreate it. `bgpctl show network` will contain this
route.