Fixed
vyos@r4-roll# run show version
Fixed
vyos@r4-roll# run show version
@klase Check these options in the next rolling release (after 20201027)
FRR doesn't delete isis configuration related "interfaces" with
delete protocols isis foo interface eth1
protocol "isisd" in the test was added here https://github.com/vyos/vyos-1x/pull/483/files#diff-060cdf269ea89160caa0deaebe8e323f0559aa6dfd19e5634a33634f3e38e461R72
@kroy What PR?
@SrividyaA Thanks.
@craterman it seems bug with your resolution.
PR for crux https://github.com/vyos/vyos-1x/pull/582
Update from VyOS 1.3-rolling-202010210152 to latest rolling vyos-1.3-rolling-202010260327-amd64.iso Failed.
Proposed CLI
set system options disable-spectre
Updated PR with section "parameters"
https://github.com/vyos/vyos-1x/pull/580
@Dmitry Your suggestions? Is it possible?
What parameter do we need to change?
We need to check what's going on here https://github.com/vyos/vyatta-cfg/blob/current/etc/bash_completion.d/vyatta-cfg#L930-L962
Will be fixed in the new LTS release.
Possible bug with "admin_state"
@tjh can you edit one file?
@c-po What do you propose?
@banditos13 can you send a link to the file, which you suggest to fix, or create PR?
Do we need it for "crux"?
This does not affect the work of VPN service.
@Magnum Can you test it?
@Cheeze_It thank you for testing.
Can you provide a simple config of R1 R3 and R4?
I want to reproduce it in the test lab.
Which files in /config/tinc0/hosts ?
Thank you.
Reopen the task or create a new one if you find some problems.
I think it some code like
@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.
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.
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
@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.
It seems Client1 and Client2 only DHCP-clients.
I can't reproduce it in the latest rolling
Duplicate T2859
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
There are 2 issues:
Works with Ethernet ports fine
How to name this function?
Behavior in FRR version 7.4
To reproduce
PR for Rolling https://github.com/vyos/vyos-1x/pull/559
To reproduce this bug
PR for crux https://github.com/vyos/vyos-1x/pull/558
Can we replace igmp-proxy with pimd?
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