Age | Commit message (Collapse) | Author |
|
Linux does not support changing the remote address from any (multipoint
GRE as used by DMVPN) to a discrete remote address. THis will return an
error: add tunnel "tun1" failed: Invalid argument
This can be handled by detecting the mGRE -> GRE change and re-create the tunnel
silently.
(cherry picked from commit ea2a22f7844735021fb638c911527e612abfbc69)
|
|
There had been four implementations of "ip -d -j link show interface" scattered
accross the codebase. Those implementations have now been combined into a new
helper:
vyos.util.get_json_iface_options()
(cherry picked from commit f13cc56d665a91ff3fac47df260301afefb1a3a5)
|
|
Commit 52ee92b8 ("pppoe: T3386: Fix client ip-pool stop range") fixed the
generated client range configuration line for Accel-PPP but missed out altering
the testcase, too which validates the generated configuration line.
(cherry picked from commit 00d3ba7c7bc2f16a0a029d5f1be964bcd3c45fd9)
|
|
(cherry picked from commit 4cc8424dc79cef10199720b95ab65bba18b3ba03)
|
|
When a VIF/VLAN interface is placed in admin down state but the lower
interface, serving the vlan, is moved from admin down -> admin up, all its
vlan interfaces will be placed in admin up state, too.
This is bad as a VLAN interface will become admin up even if its specified as
admin down after a reboot.
To reproduce:
set interfaces ethernet eth1 vif 20 disable
set interfaces ethernet eth1 disable
commit
delete interfaces ethernet eth1 disable
commit
Now check the interface state and it returns UP,LOWER_UP
7: eth1.20@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 00:50:56:b3:09:07 brd ff:ff:ff:ff:ff:ff
inet6 fe80::250:56ff:feb3:907/64 scope link
valid_lft forever preferred_lft forever
(cherry picked from commit 49bc3f1e3ff8416908fc986bb60b444a75a1722d)
|
|
(cherry picked from commit 04724ed189553ce43f8504f68fef8024ef5796de)
|
|
(cherry picked from commit d41e8e860a66f45d295081f024aa2918f221443f)
|
|
(cherry picked from commit 5bcc549edeaeaa767d77a68b33751e834d467c34)
|
|
Linux prevents changing parameters on a gretap (which is used by gre-bridge)
interfaces. To overcome this limitation a tunnel must be destroyed and recreated
on demand when gre-bridge is used.
|
|
No sequence number support in FRR 7.3 for
- community-list
- extcommunity-list
- large-community-list
|
|
(cherry picked from commit 1ac2e363013d0b04ea2eae66607e7c3e54aade92)
|
|
|
|
|
|
.. if BFD connections will be source from invalid sources this will
crash bfdd in FRR 7.3
(cherry picked from commit 82bdae42ceefb1132f8a98628fa9681543f4f269)
|
|
(cherry picked from commit b01c23d48a3ff3b95175568198fb307ffbc04b86)
|
|
(cherry picked from commit cec4b325ea014c09d3c60fac07651ec2a0b2d522)
|
|
(cherry picked from commit 55b763e1a8ae48f1bc7f46c341479f6140cad3b6)
|
|
(cherry picked from commit e84dece28a7f3e46235f178eec5622547cb2eab6)
|
|
(cherry picked from commit e7d5f996e1ecca228bc67def2b19a0790d8c7370)
|
|
(cherry picked from commit 37c961b8fc57d0f811758034f51fe0fed401275a)
|
|
|
|
(cherry picked from commit 8076176ec68915b1148829f63ad3da25441f27e7)
|
|
(cherry picked from commit ca5d74015c862bbe936244fc32df28409968efca)
|
|
|
|
(cherry picked from commit 33e10ccc33e3b25dcdd3d4ee57bfdc4e2c331a6e)
|
|
(cherry-picked form commit 99f4140d1c5b1813c75790a8a99aae8fa84d13ee)
|
|
It does not make sense (at all!) to re-initialize the entire class with every
call to setUp(). We neither change the enabled/disabled tastcases dynamically,
not do we adjust the testinterfaces during a run.
Remove the runtime overhead and place one-time init calls into setUpClass()
instead.
(cherry picked from commit b48890396dcff074d1e9336ca1db9d3eafe2a12f)
|
|
(cherry picked from commit 3082b678c88f74801fc4e9a57e23f25a53619467)
|
|
(cherry picked from commit 5834355b6342b7f9ab43da8e97b519f112693d09)
|
|
(cherry picked from commit e0fdf9b4d746e751d0c12c1e6bd2d10daf22ec76)
|
|
(cherry picked from commit 62bd08a5811aeec5670c29af18583f9f3350cb1d)
|
|
(cherry picked from commit 3c33359d0c9700a1c80f1a222fe5f43642cd4fde)
|
|
(cherry picked from commit b2b5ea81243f672d3cc3c4082374551f38fd4dde)
|
|
Commit 35b049aa ("smoketest: interfaces: verify deletion of interfaces")
validated that when the test completed (tearDown()) there must be no
interfaces left registered for the tests. This is invalid for the loopback
interface as it can not be deleted from the system.
(cherry picked from commit b373d3841608838fd28f98691cb14e42c128c216)
|
|
When deleting the test interfaces, ensure after each run that there are no
leftovers from a previous run, indicating that there was a problem while removing
the interfaces.
(cherry picked from commit 35b049aa8b90ee41f9c59bf4b2e3610d03505776)
|
|
(cherry picked from commit 8953a14b01a4183ea890f1c3d569aae54e363614)
|
|
Verify interface is in admin down state afterwards.
(cherry picked from commit 461a106cdaf892a067bcd5630952822242edd411)
|
|
(cherry picked from commit e1b2f1012ca18ef4ecf2b53e9bb01a50880cbd3c)
|
|
(cherry picked from commit 3ece840792011fcca00617e42b049e1414ebb1d6)
|
|
(cherry picked from commit 5abd5c4267b18dd8ea34349b9cdaf2a58f13bb98)
|
|
(cherry picked from commit 3b9ae4c22d8dffa8b5beee57bf5b19dac969a009)
|
|
(cherry picked from commit 806b1cb6eebce4a11a5d2496b062a93d5899746e)
|
|
(cherry picked from commit 910919d856d790ff8905d513c280fdf12f8892ef)
|
|
(cherry picked from commit 138e7a95c21fb2928182847693e366644be6e945)
|
|
This reverts commit ca61add5e7dea828c67ea074368196025f4cb4eb.
(cherry picked from commit a051c928aeb2a14250d57c8495c07474c92a8b61)
|
|
(cherry picked from commit 9db4dbc4a84ff1a110617cb3c7849d7c9d4a62e7)
|
|
|
|
|
|
Previous fix somehow got lost during a rebase :(
|
|
|