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

addons: vxlan: add support for vxlan-ttl attribute

New vxlan-ttl attribute: specifies the TTL value to use in outgoing
packets. Valid values: range 1..255 or auto (0)

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2019-01-25 18:06:39 +08:00
parent 5bc963f0ad
commit ec25a08c3a
5 changed files with 57 additions and 9 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
ifupdown2 (1.2.6-1) unstable; urgency=medium
* New: add support for vxlan-ttl attribute
-- Julien Fortin <julien@cumulusnetworks.com> Mon, 21 Jan 2019 23:42:43 +8000
ifupdown2 (1.2.5-1) unstable; urgency=medium
* Fix: ifupdown2 scripts: log warning on EACCES exception (Fixes #89)