summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-21 16:49:46 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-21 16:49:46 -0700
commite9acf5e5b9deb0556e717d46d872c4d34c80195d (patch)
tree258772e7be9e4b2ee271caaf510cfe6ddd90ec6d
parent3a6ba18b5430ee3506f4d1de54ceb4b63e08695c (diff)
downloadvyatta-cfg-qos-e9acf5e5b9deb0556e717d46d872c4d34c80195d.tar.gz
vyatta-cfg-qos-e9acf5e5b9deb0556e717d46d872c4d34c80195d.zip
Fix error message for redirect/mirror and ingress conflict
-rw-r--r--templates/interfaces/ethernet/node.tag/mirror/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/redirect/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/ethernet/node.tag/mirror/node.def b/templates/interfaces/ethernet/node.tag/mirror/node.def
index 8541d4e..b67fd20 100644
--- a/templates/interfaces/ethernet/node.tag/mirror/node.def
+++ b/templates/interfaces/ethernet/node.tag/mirror/node.def
@@ -10,7 +10,7 @@ commit:expression: $VAR(../redirect) == ""; \
"interface $VAR(../@) : can not do both redirect and mirror"
commit:expression: $VAR(../traffic-policy/in) == ""; \
- "interface $VAR(../@) : can not use ingress policy and mirror on $IFNAME"
+ "interface $VAR(../@) : can not use ingress policy and mirror"
commit:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --dev $VAR(@) --check=all"
diff --git a/templates/interfaces/ethernet/node.tag/redirect/node.def b/templates/interfaces/ethernet/node.tag/redirect/node.def
index 6475ad6..8045de7 100644
--- a/templates/interfaces/ethernet/node.tag/redirect/node.def
+++ b/templates/interfaces/ethernet/node.tag/redirect/node.def
@@ -10,7 +10,7 @@ commit:expression: $VAR(../mirror) == "";\
"interface $VAR(../@) : can not do both redirect and mirror"
commit:expression: $VAR(../traffic-policy/in) == ""; \
- "interface $VAR(../@) : can not use ingress policy and redirect on $IFNAME"
+ "interface $VAR(../@) : can not use ingress policy and redirect"
commit:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --dev $VAR(@) --check=all"