Hi All,

It appears that 'bgpctl reload' does not 'pickup' changes made to attributes
specified in a network statement.
This seems to be a change in behavior at least compared to 4.5. Is this a
known problem or indeed expected behavior?

Thoughts would be appreciated.

Thanks

Pete

# uname -a
OpenBSD rs8.as29550.net 4.8 GENERIC.MP#335 amd64
#

http://ftp.openbsd.org/pub/OpenBSD/patches/4.8/common/001_bgpd.patch has
been applied.

##First Config
AS 29550
router-id 94.76.244.98
fib-update no
nexthop qualify via default

network 85.234.133.25/32 set { nexthop 213.229.119.133 community 29550:1 }
network 85.234.133.26/31 set { nexthop 213.229.78.99 community 29550:4 }

group coreRoutersV4 {
       remote-as 29550
       announce all
       announce IPv6 none
       announce IPv4 unicast
       neighbor 92.48.95.2
}

deny from any
deny to any

# bgpctl show rib
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i = IGP, e = EGP, ? = Incomplete

flags destination          gateway          lpref   med aspath origin
AI*>  85.234.133.25/32     213.229.119.133    100     0 i
AI*>  85.234.133.26/31     213.229.78.99      100     0 i
#

##Second config
AS 29550
router-id 94.76.244.98
fib-update no
nexthop qualify via default

#network 85.234.133.25/32 set { nexthop 213.229.119.133 community 29550:1 }
network 85.234.133.26/31 set { nexthop 213.229.119.133 community 29550:1 }
network 85.234.147.160/31 set { nexthop 213.229.78.99 community 29550:4 }

group coreRoutersV4 {
       remote-as 29550
       announce all
       announce IPv6 none
       announce IPv4 unicast
       neighbor 92.48.95.2
}

deny from any
deny to any

# bgpctl show rib
flags: * = Valid, > = Selected, I = via IBGP, A = Announced
origin: i = IGP, e = EGP, ? = Incomplete

flags destination          gateway          lpref   med aspath origin
AI*>  85.234.133.26/31     213.229.78.99      100     0 i
AI*>  85.234.147.160/31    213.229.78.99      100     0 i
#

Reply via email to