Thank you.
Reopen the task or create a new one if you find some problems.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 20 2020
I think it some code like
Oct 19 2020
@Merijn Can you check the latest rolling?
Or write please which commands do you use?
@lbv2rus Can you try the latest rolling release?
@Gunni can you check the latest rolling?
@Dmitry
set interfaces ethernet eth1 address 2001:db8::2/64 set interfaces l2tpv3 l2tpeth1010 address '192.168.37.2/27' set interfaces l2tpv3 l2tpeth1010 encapsulation 'ip' set interfaces l2tpv3 l2tpeth1010 local-ip '2001:db8::2' set interfaces l2tpv3 l2tpeth1010 peer-session-id '100' set interfaces l2tpv3 l2tpeth1010 peer-tunnel-id '200' set interfaces l2tpv3 l2tpeth1010 remote-ip '2001:db8::1' set interfaces l2tpv3 l2tpeth1010 session-id '100' set interfaces l2tpv3 l2tpeth1010 tunnel-id '200'
vyos@r4-roll# run show version
@jjcordon can you test the latest rolling?
@D0peX Can you check the latest rolling?
Works as expected.
Check out the October versions on both sides.
Oct 17 2020
I can't reproduce it with VyOS 1.3-rolling-202010170146 and other october releases
@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"