diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/interfaces/vxlan/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
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/@)" |