In the latest rolling, I don't see this bug.
VyOS 1.3-rolling-202006170117
In the latest rolling, I don't see this bug.
VyOS 1.3-rolling-202006170117
First PR https://github.com/vyos/vyatta-cfg-quagga/pull/50 for delete templates for "protocol rip" from vyatta-cfq-quagga
Second PR https://github.com/vyos/vyos-1x/pull/454 for new XML-python style.
Also in 1.2.5
vyos@vyos:~$ show protocols bfd peer 10.203.42.1 % Unknown command: show bfd peer 10.203.42.1 local-address 10.203.42.254 vrf default vyos@vyos:~$ vyos@vyos:~$ show protocols bfd peer 10.203.42.1 counters % Unknown command: show bfd peer 10.203.42.1 local-address 10.203.42.254 vrf default counters vyos@vyos:~$ vyos@vyos:~$ vyos@vyos:~$ show version Version: VyOS 1.2.5
Proposed validator for host https://github.com/vyos/vyos-1x/blob/current/src/validators/ipv4-host
I did some tests and the only problem appears when adding a route-map to ipv6.
@lawrencepan your configuration not committed because,
Try to check your commit.
You wiil see
Bug with FRRouting 7.3.1
Show ip route without prefix don't work.
set policy community-list COM01 rule 10 action permit set policy community-list COM01 rule 10 regex 65001:0 commit [edit] vyos@r-roll#
commit without errors
vtysh -c "show run" ! bgp community-list expanded COM01 permit 65001:0 !
Why 2 times hw-id for eth1 eth2 eth3
vyos@r-roll:~$ show ip Invalid command: show [ip]
Need to remove from Makefile 2 strings
Not enough packages and dependencies.
2 PR
PR https://github.com/vyos/vyatta-cfg-quagga/pull/47
for 1.2 and 1.3.
Who can write a python handler?
XML is ready.
Now the protocol is not stable.
Simple XML for the future
https://github.com/sever-sever/vyos-1x/blob/eigrp-conf-mode/interface-definitions/protocols-eigrp.xml.in
In VyOS 1.2.5 the same bug.
I tried to add the prototype policy with XML.
https://github.com/sever-sever/vyos-1x/blob/policy-prefix/interface-definitions/policy-prefix-list.xml.in
Speed of validators "<validator name="ip-prefix"/>" very slow.
@maznu I think this will be the default only after BGP switches to a new XML/python format.
https://phabricator.vyos.net/T2174
To reproduce it in a test lab.
R1 Originate 1000 prefixes
R2 import 1000 and export 40 prefixes to R3
R3 prefix-limit 40 prefixes.
@jjakob I don't set any ip address on eth1
@csalcedo maybe you use large port-ranges https://phabricator.vyos.net/T2189
sever@vyos-roll# set interfaces ethernet eth1 description testeth [edit] sever@vyos-roll# commit [edit] sever@vyos-roll# set interfaces ethernet eth1 mtu 1200 [edit] sever@vyos-roll# commit [ interfaces ethernet eth1 ]
Must have this feature
https://phabricator.vyos.net/T1083
How I reproduce it.
sever@r11# set interfaces l2tpv3 l2tpeth1 local-ip '10.0.4.8' [edit] sever@r11# commit [ interfaces l2tpv3 l2tpeth1 ] Must use a configured IP on l2tpv3 local-ip for l2tpeth1
@c-po errors in latest rolling VyOS 1.3-rolling-202004270117
$ show poweroff Traceback (most recent call last): File "/usr/libexec/vyos/op_mode/powerctrl.py", line 193, in <module> main() File "/usr/libexec/vyos/op_mode/powerctrl.py", line 188, in main check_shutdown() File "/usr/libexec/vyos/op_mode/powerctrl.py", line 74, in check_shutdown dt = datetime.strptime(output['DATETIME'], '%Y-%m-%d %H:%M:%S') TypeError: 'NoneType' object is not subscriptable
show bridge
Fixed in the latest rolling.
Fixed.