X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=9bf8b7efa16cbb3d0d64bffd5f210c55605eea1f;hb=HEAD;hp=66c5a1ed8088df4f6b622939b71f784d626d504b;hpb=e5019fc9b8be1059b83e62f263cbf76fa3f24c08;p=mirror_ifupdown2.git diff --git a/debian/changelog b/debian/changelog index 66c5a1e..93b3298 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,205 @@ -ifupdown2 (1.2.2) unstable; urgency=medium +ifupdown2 (3.2.0) unstable; urgency=medium + + * Fix: Sonarqube issues + * Fix: ifquery hangs indefinitely on ^C + * Fix: Skipping admin down on deleted vlans + * Fix: Merge existing MTU into new netlink object + * Fix: scheduler: env variable not properly set for user commands (fixes #218) + * Fix: ifquery-check: vlan-protocol for dotted interfaces + * Fix: Down ops on vrf-slave should set the slave admin down + * New: Allow bond creation without slaves + * New: Add `--set-ring` option to ethtool + * New: Openvswitch : add support for fakebridge + * New: add support for systemd logging (--systemd) + * New: Process hwaddress before processing ip addresses + * New: Set protodown off on bond slave before bond is deleted + * New: Make sure bond speed and slaves (swps) speed are matching + + -- Julien Fortin Thu, 04 May 2023 23:42:00 -0700 + +ifupdown2 (3.1.0-1) unstable; urgency=medium + + * New: ifquery-check now validates admin state + * New: bond: bond mac should always be inherited from it's first slave + + * New: macvlan/addressvirtual features: + - check interface name lenght and warn if len > 15 + - sync macvlan forwarding state with lower-device + + * New: vxlan features: + - Single vxlan device support (bridge-vlan-vni-map) + New attributes: + - vxlan-mcastgrp-map (vxlan multicast group for single-vxlan device) + - vxlan-vnifilter (vxlan vni filter for single-vxlan device) + - vxlan-remoteip-map (static HREP entries for static single vxlan dev) + - vxlan-tos (ToS value) + - vxlan-udp-csum (whether to perform checksumming or not) + New policy: + - vxlan-support-mix-dev-types: allow mix of traditional and single + vxlan device (default to yes) + + * New: bridge features: + - add multi bridge support for bridge_set_static_mac_from_port=yes + - check if bridge mac is already inherited from a port + - detect VXLAN mis-config VNI "bridge-learning=on" and warn + - detect and warn when arp suppression is enabled but no vlan config + - bridge-arp-nd-suppress with ifquery --with-default if policy is set + - enable ipv6 on SVD brport + - enable forwarding on dhcp bridges (fixes: #179) + New attribute: + - bridge-vlan-vni-map (single vxlan device support) + New policy: + - bridge_always_up_dummy_brport + + * New: address features: + - warn user if L3-SVI is configured with "ip-forward off" + - enable ipv6 before adding new address + New policies: + - check_l3_svi_ip_forwarding (check ip forward on l3 svi, default off) + - ip_blacklist: blacklist specific ip addresses + + * New: vlan features: + - check vlan-id misconfiguration and print warning + New attribute: + - vlan-bridge-binding (if enabled link state is no longer automatically + transferred from the lower device) + + * Fix: address: remove stale fdb entry for svi (when hwaddress is used) + * Fix: usercmds: Set environment just like the original ifupdown + * Fix: update mako template warning (python3-mako) + * Fix: batman_adv: fix unresolved reference + + -- Julien Fortin Mon, 05 Jul 2021 23:42:42 +0200 + +ifupdown2 (3.0.0-1) unstable; urgency=medium + + * New: python3 support + * New: attribute alias support + * New: bridge-always-up attribute + * New: set bridge mtu with policy default + * New: ES bond with "es-sys-mac" attribute + * New: vxlan attribute: vxlan-mcastgrp-map + * New: support for "veth-peer-name" attribute + * New: dhcp policy: dhclient_retry_on_failure + * New: support for marking interfaces as mgmt interfaces + * New: bridge-vlan-vni-map attribute (single vxlan device) + * New: dhcp: skipping dhcp configuration if link-down yes + * New: vrf-slave: keep vlan down if lower device has "link-down yes" + * New: vxlan: support for vxlan-svcnodeip6 and vxlan-mcastgrp6 (fixes #43) + * New: support for add ovs-ports-condone-regex attribute (openvswitch) + * Fix: dry-run exceptions + * Fix: bond enslavement ordering + * Fix: process MTU before addrgen + * Fix: set bridge MTU after bridge creation + * Fix: ifquery-running: incorrect displayed data + * Fix: tunnel configuration compatibility with ifupdown1 + * Fix: start-networking script is back to handle mgmt & hotplug cases + * Fix: devices matching with ".{0,13}\-v" could get removed by ifreload + * Fix: mstpctl: check mstpctl-stp and bridge-stp and fix bridge cache update + * Removing python-argcomplete dependency + + -- Julien Fortin Tue, 04 Aug 2020 23:42:42 +0200 + +ifupdown2 (2.0.2-1) unstable; urgency=medium + + * New: addons: ethtool: add support for "ethtool_ignore_errors" policy + * New: addons: dhcp: if mgmt vrf context exec dhclient in default vrf + * Fix: nlpacket: don't raise an exception on 24 bytes mac address (#140) + * Fix: IFLA_INFO_KIND: decode tunnel data + * Fix: XFRM for 2.x release + * Fix: addons.conf: remove duplicate entry for tunnel pre-up + + -- Julien Fortin Wed, 04 Mar 2020 23:42:42 +0100 + +ifupdown2 (2.0.1-1) unstable; urgency=medium + + * New argv option: --nldebug to print netlink debug message + * New: ethtool: nics (GRO, LRO GSO, TSO, UFO, TX and RX) offload attributes + + -- Julien Fortin Tue, 31 Dec 2019 15:21:06 +0100 + +ifupdown2 (2.0.0-1) unstable; urgency=medium + + * Introduction of the live netlink cache + * Refactoring and PEP8 fixes + * Install systemd ifupdown2.netowrking.service and ifup.service + * Addons: bond: bond-primary attributes (closes: #9) + * Addons: address-virtual: vrrp support + * Addons: address: add arp-accept option + * Addons: tunnel: adding "tunnel-" prefix to every attributes + * Loopback interface won't go down (unless link-down yes) + * Macvlans (address-virtual) can now be configured without ips + * Add support for vxlan multicast group (vxlan-mcastgrp) + * New sets of poliicies: + - bridge polcy for vxlan port: bridge-vxlan-arp-nd-suppres (ON/off) + - bridge policy for vxlan port: bridge_vxlan_port_learning (ON/off) + - bridge policy for vxlan port: + vxlan_bridge_igmp_snooping_enable_port_mcrouter (1/0) + + -- Julien Fortin Tue, 01 Oct 2019 23:42:42 +0200 + +ifupdown2 (1.2.8-1) unstable; urgency=medium + + * New: Add policy dhcp6-duid to specify DUID type to be used for IPv6 interfaces + + -- Julien Fortin Thu, 11 Jul 2019 23:42:42 +0200 + +ifupdown2 (1.2.7-1) unstable; urgency=medium + + * New: Add bridge-ports-condone-regex option (closes #117) - * Support for new iproute2 format (bridge vlan show) - * Pypi install: local addons modules should be loaded first + -- Julien Fortin Tue, 09 Jul 2019 23:42:42 +0200 + +ifupdown2 (1.2.6-1) unstable; urgency=medium + + * Fix: AttributeError exception in bridge module (fixes #90) + * Fix: ifupdownaddons: LinkUtils fix cmd concatenation (closes: #930839) + * New. policymanager: merge module policy instead of overriding duplicates + * New: set default mtu on user defined device (via link-type) + * New: add support for vxlan-ttl attribute + * New: add support for vrrp attribute + * New: introduce new bridge policy: + "vxlan_bridge_igmp_snooping_enable_port_mcrouter" + * New: link-down yes will also down macvlans + * New: XFRM addon module + * New: Add policy to wait for IPv6 link local address to be available + + -- Julien Fortin Sun, 23 Jun 2019 23:42:42 -1000 + +ifupdown2 (1.2.5-1) unstable; urgency=medium + + * Fix: ifupdown2 scripts: log warning on EACCES exception (Fixes #89) + * Fix: debian: install sysvinit script (closes: #918775) + * Fix: debian: postinst: remove diversion after upgrade from stretch + (closes: #919443) + + -- Julien Fortin Mon, 21 Jan 2019 23:42:42 +8000 + +ifupdown2 (1.2.4-1) unstable; urgency=medium + + * Fix: statemanager directory path customization via ifupdown2.conf + (closes: #918832) + + -- Julien Fortin Fri, 11 Jan 2019 23:42:42 +0000 + +ifupdown2 (1.2.3-1) unstable; urgency=medium + + * Fix: log: use stderr if syslog initialization fails (closes: #917534) + + -- Julien Fortin Sun, 30 Dec 2018 23:42:42 +0700 + +ifupdown2 (1.2.2-1) unstable; urgency=medium + + * New: add support for B.A.T.M.A.N. adv. attributes + * New: support for new iproute2 format (bridge vlan show) + * New: add new checks for existing device with vxlan attributes + * Fix: pypi install: local addons modules should be loaded first * Fix: link-down yes on vrf slaves * Fix: nlmanager: use strerror to format kernel error - * Add: new checks for existing device with vxlan attributes - * Ethtool: FEC: translate None and NotSupported values to link-fec off + * Fix: ethtool: FEC: translate None and NotSupported values to link-fec off + * Fix: man: remove non-implemented -m option (closes: #905572) - -- Julien Fortin Thu, 13 Dec 2018 23:42:42 -0800 + -- Julien Fortin Thu, 20 Dec 2018 23:42:42 +0000 ifupdown2 (1.2.1) UNRELEASED; urgency=medium