diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-09-25 16:28:02 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-09-25 16:28:02 +0200 |
commit | de8a3de7f6f8faa27dc7f56ff09cab1d0b656c2d (patch) | |
tree | a1f5eeffe4f32dc1fea1e5a602b4c05d69f47137 /templates/interfaces | |
parent | f0d3885c3542f901dca33e13edba3a27760e9884 (diff) | |
download | vyatta-cfg-system-de8a3de7f6f8faa27dc7f56ff09cab1d0b656c2d.tar.gz vyatta-cfg-system-de8a3de7f6f8faa27dc7f56ff09cab1d0b656c2d.zip |
Rename "dev" to "link" under VXLAN for consistency with peth
and whatever else we have.
Diffstat (limited to 'templates/interfaces')
-rw-r--r-- | templates/interfaces/vxlan/link/node.def (renamed from templates/interfaces/vxlan/node.tag/dev/node.def) | 0 | ||||
-rw-r--r-- | templates/interfaces/vxlan/node.def | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/vxlan/node.tag/dev/node.def b/templates/interfaces/vxlan/link/node.def index d21c7d98..d21c7d98 100644 --- a/templates/interfaces/vxlan/node.tag/dev/node.def +++ b/templates/interfaces/vxlan/link/node.def diff --git a/templates/interfaces/vxlan/node.def b/templates/interfaces/vxlan/node.def index f7c9b7c7..780ef8d8 100644 --- a/templates/interfaces/vxlan/node.def +++ b/templates/interfaces/vxlan/node.def @@ -24,8 +24,8 @@ create: VXLAN_GROUP="group $VAR(./group/@)" VXLAN_TTL="ttl 16" - if [ ! $VAR(./dev/) == "" ]; then - VXLAN_DEV="dev $VAR(./dev/@)" + if [ ! $VAR(./link/) == "" ]; then + VXLAN_DEV="dev $VAR(./link/@)" fi ip link add name $VAR(@) type vxlan \ |