interfaces {
vti vti3 {
address 10.223.0.2/30
}
}
protocols {
bgp 65000 {
neighbor 10.223.0.1 {
remote-as 65000
update-source 10.223.0.2
}
}
}The BGP configuration doesn't survive a reboot.
I've found the following error in /var/log/vyatta/vyatta-commit.log:
[ protocols bgp 65000 neighbor 10.223.0.1 update-source 10.223.0.2 ] IP address 10.223.0.2/32 does not exist on this system [[protocol bgp 65000]] failed Commit failed
After removing "update-source 10.223.0.2" the BGP configuration survives the reboot.
So it seems the BGP configuration is being loaded before loading the vti interface.
Can someone help me to fix this bug?