1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

debian: changelog: new entry: 3.3.0

* New: performance improvement: replace glob.glob with os.listdir
  * New: bridge: Do not create untagged vlans on "external" vxlan ports
  * New: Attribute: "disable-ipv6" to control ipv6 on an interface
  * New: Policy: "default_loopback_scope" control loopback ip scope
  * Fix: keep link down after mac change if 'link-down yes' is specified
  * Fix: addressvirtual: stale mac detection is missing vrr without ip
  * Fix: bond: warn if sub interface is detected on bond slave
  * Fix: bridge: update bridge-fd valid range to 2-255

Signed-off-by: Julien Fortin <jfortin@nvidia.com>
This commit is contained in:
Julien Fortin
2023-12-20 18:09:24 +01:00
parent 2945b67b6b
commit 577b903785

4
debian/changelog vendored
View File

@ -1,4 +1,4 @@
ifupdown2 (3.2.1) unstable; urgency=medium ifupdown2 (3.3.0) unstable; urgency=medium
* New: performance improvement: replace glob.glob with os.listdir * New: performance improvement: replace glob.glob with os.listdir
* New: bridge: Do not create untagged vlans on "external" vxlan ports * New: bridge: Do not create untagged vlans on "external" vxlan ports
@ -9,7 +9,7 @@ ifupdown2 (3.2.1) unstable; urgency=medium
* Fix: bond: warn if sub interface is detected on bond slave * Fix: bond: warn if sub interface is detected on bond slave
* Fix: bridge: update bridge-fd valid range to 2-255 * Fix: bridge: update bridge-fd valid range to 2-255
-- Julien Fortin <jfortin@nvidia.com> Thu, 04 May 2023 23:42:00 -0700 -- Julien Fortin <jfortin@nvidia.com> Thu, 04 May 2023 23:42:42 -0700
ifupdown2 (3.2.0) unstable; urgency=medium ifupdown2 (3.2.0) unstable; urgency=medium