mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
debian: changelog: new entry for version 1.2.2
ifupdown2 (1.2.2) unstable; urgency=medium * Support for new iproute2 format (bridge vlan show) * 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 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 13 Dec 2018 23:42:42 -0800 Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
11
debian/changelog
vendored
11
debian/changelog
vendored
@@ -1,3 +1,14 @@
|
|||||||
|
ifupdown2 (1.2.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Support for new iproute2 format (bridge vlan show)
|
||||||
|
* 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
|
||||||
|
|
||||||
|
-- Julien Fortin <julien@cumulusnetworks.com> Thu, 13 Dec 2018 23:42:42 -0800
|
||||||
|
|
||||||
ifupdown2 (1.2.1) unstable; urgency=medium
|
ifupdown2 (1.2.1) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix #54: address module new l3_intf_default_gateway_set_onlink policy
|
* Fix #54: address module new l3_intf_default_gateway_set_onlink policy
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = '1.2.1'
|
__version__ = '1.2.2'
|
||||||
|
|
||||||
# Copyright (C) 2014,2015,2016,2017,2018 Cumulus Networks, Inc. All rights reserved
|
# Copyright (C) 2014,2015,2016,2017,2018 Cumulus Networks, Inc. All rights reserved
|
||||||
#
|
#
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -65,7 +65,7 @@ setup(
|
|||||||
name='ifupdown2',
|
name='ifupdown2',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
url='https://github.com/CumulusNetworks/ifupdown2',
|
url='https://github.com/CumulusNetworks/ifupdown2',
|
||||||
version='1.2.1',
|
version='1.2.2',
|
||||||
data_files=DATA_FILES,
|
data_files=DATA_FILES,
|
||||||
setup_requires=['setuptools'],
|
setup_requires=['setuptools'],
|
||||||
scripts=SCRIPTS,
|
scripts=SCRIPTS,
|
||||||
|
|||||||
Reference in New Issue
Block a user