From d2e54750200a4505b3428513e2c03c9522876550 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 20 May 2019 17:19:40 +0200 Subject: [vxlan] T1384: bugfix on empty remote-port Do not emit warning messages when remote-port is unconfigured. Fallback to default Linux Port. --- templates/interfaces/vxlan/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/interfaces/vxlan/node.def b/templates/interfaces/vxlan/node.def index 70deef60..bb9d1b89 100644 --- a/templates/interfaces/vxlan/node.def +++ b/templates/interfaces/vxlan/node.def @@ -21,7 +21,7 @@ create: VXLAN_GROUP="" VXLAN_VNI="id $VAR(./vni/@)" VXLAN_TTL="ttl 16" - VXLAN_PORT="" + VXLAN_PORT="dstport 0" if [ ! $VAR(./link/) == "" ]; then VXLAN_DEV="dev $VAR(./link/@)" -- cgit v1.2.3