summaryrefslogtreecommitdiff
path: root/templates/interfaces
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-12-04 18:37:41 +0100
committerChristian Poessinger <christian@poessinger.com>2018-12-04 18:37:41 +0100
commit9ed9fe2560c06be64573886cb506bdf3e40636ad (patch)
treef6a146d459883c2f12e8df92d6d029719cd1034e /templates/interfaces
parent84f1d678220de624c5f184d9166693208434a31b (diff)
downloadvyatta-cfg-system-9ed9fe2560c06be64573886cb506bdf3e40636ad.tar.gz
vyatta-cfg-system-9ed9fe2560c06be64573886cb506bdf3e40636ad.zip
VXLAN: fix typo for remote
Diffstat (limited to 'templates/interfaces')
-rw-r--r--templates/interfaces/vxlan/node.tag/remote/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/vxlan/node.tag/remote/node.def b/templates/interfaces/vxlan/node.tag/remote/node.def
index 4048b5fc..5e789c48 100644
--- a/templates/interfaces/vxlan/node.tag/remote/node.def
+++ b/templates/interfaces/vxlan/node.tag/remote/node.def
@@ -4,6 +4,6 @@ val_help: ipv4; Remote address of this VXLAN tunnel
update:
if [ ! -e /tmp/vxlan-$VAR(../@)-create ]; then
- echo "Chainging remote requires delete/create this vxlan interface"
+ echo "Changing remote requires delete/create this vxlan interface"
exit 1
fi