Fixed
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 23 2020
It's impossible without re-adding network driver (modprobe -r xxx; modprobe xxx)
set interfaces pseudo-ethernet peth0 set interfaces pseudo-ethernet peth0 source-interface eth1
Fixed.
In VyOS 1.3-rolling-202007220117 works fine.
Jul 22 2020
Fixed in the latest rolling release.
Fixed in latest rolling release and T2658
Fixed in the latest rolling release
vyos@r1-roll:~$ show int
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
eth0 192.168.122.11/24 u/u Huawei is secondary home router Telecom special edition switching and AP mode
lo 127.0.0.1/8 u/u
::1/128
vyos@r1-roll:~$ show versionJul 21 2020
FRR nhrpd do not support multicasting over GRE tunnels so OSPF or EIGRP don't work since they use multicast addresses to discover neighbors
show interfaces vrrp
The problem not in the bonding.
Any interface with DHCP address can't be disabled.
The kernel is missing an option " CONFIG_XDP_SOCKETS y"
vyos@r-roll:~$ sudo cat /boot/config-4.19.131-amd64-vyos | grep -i xdp # CONFIG_XDP_SOCKETS is not set
PR https://github.com/vyos/vyos-1x/pull/511
It replaces "_" to "-" for NTP server names configuration.
Jul 20 2020
XML ready
Template for frr.tmpl ready.
python handler "protocols_isis.py"
Jul 14 2020
Jul 13 2020
Jul 9 2020
Jul 7 2020
@moepman can you check command?
Jul 6 2020
I don't see problems with Debian Buster, kernel "4.19.0-9"
Need to check this patch. Ref. https://patchwork.kernel.org/patch/9293785/
@c-po Yes, I checked it on Crux.
Works as expected.
Community/large/extend community lists syntax was updated by FRR with "detail" https://phabricator.vyos.net/T2389
Jul 2 2020
Jul 1 2020
Jun 28 2020
@jack9603301
The task of IDS (Intrusion Detection System) is to detect and register attacks, and also to alert when a certain rule is triggered.
If we will use snort and suricata in the future (not a fact), it helps to group logical paths for certain commands.
Jun 25 2020
Jun 24 2020
vif interfaces are removed normally.
It looks like this bug is in the kernel.
1.2.5 - 4.19.106-amd64
Work as expected.
Jun 23 2020
@systo mark as resolved. Reopen it if necessary.
Jun 19 2020
- PR for removing old vyatta-op-quagga code https://github.com/vyos/vyatta-op-quagga/pull/7
- PR for add commands to new XML format https://github.com/vyos/vyos-1x/pull/466
Jun 18 2020
What should be displayed in this output?
Jun 17 2020
In the latest rolling, I don't see this bug.
VyOS 1.3-rolling-202006170117
Jun 16 2020
Jun 13 2020
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.
Jun 11 2020
Jun 10 2020
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
Jun 7 2020
Jun 5 2020
I did some tests and the only problem appears when adding a route-map to ipv6.
@lawrencepan your configuration not committed because,
- "route-reflector-client" can be used only when remote-as and local-as are equal
Try to check your commit.
You wiil see
Jun 4 2020
- PR for XML https://github.com/vyos/vyos-1x/pull/441
Jun 3 2020
May 27 2020
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
May 26 2020
vyos@r-roll:~$ show ip Invalid command: show [ip]
Need to remove from Makefile 2 strings
Not enough packages and dependencies.