- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 7 2020
Jun 5 2020
Jun 4 2020
Jun 2 2020
Jun 1 2020
vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f
May 30 2020
May 29 2020
May 28 2020
May 27 2020
Bug with FRRouting 7.3.1
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 !
May 26 2020
May 25 2020
PR https://github.com/vyos/vyatta-cfg-quagga/pull/47
for 1.2 and 1.3.
May 22 2020
May 21 2020
May 20 2020
@richardpowellus you could test it on an 1.2.5 system by running the following commands:
May 14 2020
May 13 2020
Fixed in T832
May 9 2020
The bug is produced because of deleted deprecated option in vtysh. Before FRR 7.3:
root@vyos:/home/vyos# vtysh -c "show ip community-list 10" This config option is deprecated, and is scheduled for removal. if you are using this please migrate to the below command. 'show bgp community-list <(1-500)|WORD> detail' % Can't find community-list
Starting from 7.3:
root@vyos:/home/vyos# vtysh -c "show ip community-list 10" % Unknown command: show ip community-list 10
In VyOS 1.2.5 the same bug.
May 6 2020
Apr 29 2020
Apr 28 2020
Apr 27 2020
Apr 26 2020
Apr 21 2020
Apr 20 2020
PR https://github.com/vyos/vyatta-cfg-system/pull/123
@Viacheslav can you double-check this package with most popular interfaces in the bridge?
Apr 18 2020
Apr 16 2020
[email protected]:~$ show ver Version: VyOS 1.2-release-train-202004161900 Release Train: crux
Version: VyOS 1.3-releasetrain-202004161535 Release Train: equuleus
Apr 15 2020
Apr 4 2020
1.3 rolling does not affect.
PR for CRUX https://github.com/vyos/vyatta-cfg-system/pull/122
Apr 2 2020
In the current 1.3 branch the original issue was resolved and added STOP script support. It is necessary to test this and review the possibility to backport the solution into 1.2.
Mar 28 2020
@c-po this is operation commands, as I understand you propose to write py script with return_effective_ , correct?