I can't reproduce it with VyOS 1.3-rolling-202010170146 and other october releases
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 17 2020
@tom.siewert
What will be if you delete the source-address on "October" node?
@Cheeze_It thanks, works fine.
Oct 16 2020
How about this?
@D0peX That's correct? I updated pr
@c-po @dmbaturin It can be safely cherry-picked to the "crux".
I tested this on 1.2.6-s1, it works.
@trae32566 Will be added in the next rolling release.
Check, please.
The possible reason, that it can't get the lease file, because that directory not present in the LiveCD
lease_file = "/config/dhcpd.leases"
Proposed cli
One of them
It was fixed in the rolling T2573
https://phabricator.vyos.net/rVYOSONEXf812c5d1ce01efa8323bfb797c57f68f474665bb
Oct 15 2020
@Robot82
It will be by default in the new BGP implementation.
https://github.com/vyos/vyos-1x/blob/current/data/templates/frr/bgp.frr.tmpl#L5
Proposed CLI
reset mpls ldp neighbor x.x.x.x
I can confirm.
It happens after update procedure.
If I do a clean install of 1.2.6-s1 from iso, the rollback works fine.
If deploy from a qcow2 image, I see a similar error.
Oct 14 2020
It seems Client1 and Client2 only DHCP-clients.
Oct 12 2020
I can't reproduce it in the latest rolling
Oct 9 2020
Duplicate T2859
Oct 8 2020
Oct 6 2020
sudo ip link add name tun6 type ip6tnl local 2001:192:168:122:520d:ff:fe03:2 remote 2001:192:168:122:520d:ff:fe01:2 mode any sudo ip link set dev tun6 up sudo ip add add 100.64.0.1/30 dev tun6 sudo ip add add 2001:db8:aa::1/64 dev tun6
Oct 5 2020
There are 2 issues:
Works with Ethernet ports fine
How to name this function?
Oct 2 2020
Behavior in FRR version 7.4
Oct 1 2020
To reproduce
PR for Rolling https://github.com/vyos/vyos-1x/pull/559
Sep 30 2020
To reproduce this bug
PR for crux https://github.com/vyos/vyos-1x/pull/558
Sep 29 2020
Can we replace igmp-proxy with pimd?
Sep 28 2020
Sep 26 2020
It looks like this problem is around here
https://github.com/vyos/vyatta-cfg/blob/current/etc/bash_completion.d/vyatta-cfg#L280-L290
Testing on crux
vyos@r2-roll# set interfaces ethernet eth0 vif 15 ip proxy-arp-pvlan [edit] vyos@r2-roll# commit
Sep 23 2020
The problem with that expression
https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-image-existing#L271
For testing
PR for crux https://github.com/vyos/vyos-1x/pull/550
The same bug with crux
@diekos Will be fixed in the next rolling release, build after 23 Sep. Check, please.
PR for rolling https://github.com/vyos/vyatta-cfg-vpn/pull/39
Sep 22 2020
It looks like this code is to blame.
https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/vyatta-dhcp-helper.pl#L21
PR for rolling https://github.com/vyos/vyatta-cfg-vpn/pull/38
It declared 2 times, because there is 2 checks
This is the output of this line
Sep 21 2020
@olofl if was an example with grep, I didn't want to show the complete routing table.
If you want to check the route, this commit exactly check 2 tables. Table 254 and table local
In your case it will be 2 checks:
@olofl it checks ip addresses assigned to the loopback interface which located in the table "local"
It use different directions
Sep 18 2020
Let's check and table "local"
PR for rolling https://github.com/vyos/vyatta-cfg-vpn/pull/37
Sep 16 2020
Duplicate T2539
Sep 15 2020
I think it was a bug with virtio drivers and bonding.
I can't reproduce it
Sep 14 2020
@banditos13 Can you describe more details?
What is the bug and how to reproduce it?
Was fixed with https://phabricator.vyos.net/R6:0ecfe5a6d11065388714b0ef21de532f88774357 and T1241
Still present in the latest rolling
Sep 11 2020
Sep 10 2020
LTS version
vyos@r-1.2.5# commit [ interfaces ethernet eth0 policy route MSS-CLAMP ] iptables: Invalid argument. Run `dmesg' for more information.