cpo@BR1.ffmI# show protocols ospfv3
area 0.0.0.0 {
interface tun1337
}
parameters {
router-id 194.145.151.254
}
redistribute {
connected {
}
}
[edit]
cpo@BR1.ffmI# delete protocols os
ospf ospfv3
[edit]
cpo@BR1.ffmI# delete protocols ospfv3
[edit]
cpo@BR1.ffmI# commit
[ protocols ospfv3 ]
% Unknown command: no router-idDescription
Description
Details
Details
- Version
- 1.3-beta-202109251517
- Is it a breaking change?
- Perfectly compatible
- Issue type
- Bug (incorrect behavior)
Related Objects
Related Objects
- Mentioned In
- 1.2.9
Event Timeline
Comment Actions
PR https://github.com/vyos/vyatta-cfg-quagga/pull/89
vyos@r5-1.3# set protocols ospfv3 area 0.0.0.0 interface eth0 [edit] vyos@r5-1.3# set protocols ospfv3 parameters router-id 192.168.122.15 [edit] vyos@r5-1.3# commit [edit] vyos@r5-1.3# [edit] vyos@r5-1.3# delete protocols ospfv3 [edit] vyos@r5-1.3# commit [edit] vyos@r5-1.3# [edit] vyos@r5-1.3# sudo vtysh -c "show run ospf6" Building configuration... Current configuration: ! frr version 7.5.1-20210801-00-g8bed329e4 frr defaults traditional hostname debian log syslog log facility local7 hostname r5-1.3 service integrated-vtysh-config ! line vty ! end [edit] vyos@r5-1.3#