]> git.proxmox.com Git - mirror_ifupdown2.git/commit - ifupdown2/ifupdownaddons/modulebase.py
Merge branch 'master-next' into python3
authorJulien Fortin <julien@cumulusnetworks.com>
Mon, 3 Feb 2020 16:18:57 +0000 (17:18 +0100)
committerJulien Fortin <julien@cumulusnetworks.com>
Mon, 3 Feb 2020 16:18:57 +0000 (17:18 +0100)
commit07325f6b5e9aa3a94571f52632583bff72ab6f73
treee7c8fd6cb45f0db10767cdacfab7bc3b0a51e913
parentf60f58374d0aa64acb28e21163f8fb9c8b7bed99
parent68ec847b0734730aa5e15a8cfbfa84630c32eaf8
Merge branch 'master-next' into python3

* master-next:
  Add XFRM to IFLA_INFO_KIND and reverse change to iproute2 class.
  This patch fixes the XFRM addon for ifupdown2 version 2. The nlpacket for XFRM had a bug, I also changed iproute2 to add the XFRM interface to the local cache after creation. Since XFRM has no IFLA_LINKINFO I made the argument optional. Otherwise no further operation will be done like adding an IP.
ifupdown2/addons/xfrm.py
ifupdown2/lib/iproute2.py
ifupdown2/nlmanager/nlpacket.py