config migration failed from 1.3.2 to rolling release with v6only option configured with peer-group
This config does not work and migrate failed error is received:
set protocols bgp 64496 neighbor eth0 interface v6only peer-group 'fabric' set protocols bgp 64496 peer-group fabric address-family ipv4-unicast set protocols bgp 64496 peer-group fabric address-family ipv6-unicast set protocols bgp 64496 peer-group fabric capability extended-nexthop set protocols bgp 64496 peer-group fabric remote-as 'external'
this is the migration error received after the update:
[ 39.948664] vyos-router[810]: Mounting VyOS Config...done. [ 69.332838] vyos-router[810]: Starting VyOS router: migrate configure failed! [ 70.011834] vyos-config[950]: Configuration error
When the remote-as option not defined in the peer-group and defined separately, then it works:
set protocols bgp 64496 neighbor eth0 interface v6only peer-group 'fabric' set protocols bgp 64496 neighbor eth0 interface v6only remote-as 'external' set protocols bgp 64496 peer-group fabric address-family ipv4-unicast set protocols bgp 64496 peer-group fabric address-family ipv6-unicast set protocols bgp 64496 peer-group fabric capability extended-nexthop