# show protocols
bgp {
address-family {
ipv4-unicast {
redistribute {
connected {
}
}
}
}
local-as 65022
neighbor eth5 {
interface {
remote-as 65001
}
}
parameters {
router-id 10.32.0.31
}
peer-group SPINE {
address-family {
ipv4-unicast {
route-map {
export UNDERLAY-EXPORT
}
}
ipv6-unicast {
}
}
capability {
extended-nexthop
}
password XXX
}
}When setting the BGP v6only for interface neighbor, the commit fails to start the BGP service.
vyos# set protocols bgp neighbor eth5 interface v6only peer-group 'SPINE'
[edit]
vyos# commit
[ protocols bgp ]
VyOS had an issue completing a command.
Traceback (most recent call last):
File "/usr/libexec/vyos/conf_mode/protocols_bgp.py", line 328, in <module>
apply(c)
File "/usr/libexec/vyos/conf_mode/protocols_bgp.py", line 319, in apply
frr_cfg.commit_configuration(bgp_daemon)
File "/usr/lib/python3/dist-packages/vyos/frr.py", line 480, in commit_configuration
raise ConfigurationNotValid(f'Config commit retry counter ({count_max}) exceeded')
vyos.frr.ConfigurationNotValid: Config commit retry counter (5) exceeded
[[protocols bgp]] failed
Commit failed
[edit]