summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-17 14:01:57 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-17 15:57:05 -0800
commit805121114825148ebfa64c8dbc44411c0013a50f (patch)
tree673773bbce11528c9e89513719a381de09555e85
parent5f69f227f7cf0cb2f60330e9157015abfe25ee8c (diff)
downloadvyatta-cfg-system-805121114825148ebfa64c8dbc44411c0013a50f.tar.gz
vyatta-cfg-system-805121114825148ebfa64c8dbc44411c0013a50f.zip
Remove useless comment
Comment was providing no useful information not already present in the template.
-rw-r--r--templates/interfaces/ethernet/node.tag/address/node.def6
-rw-r--r--templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def6
2 files changed, 0 insertions, 12 deletions
diff --git a/templates/interfaces/ethernet/node.tag/address/node.def b/templates/interfaces/ethernet/node.tag/address/node.def
index 2395563c..dfacdb2d 100644
--- a/templates/interfaces/ethernet/node.tag/address/node.def
+++ b/templates/interfaces/ethernet/node.tag/address/node.def
@@ -4,15 +4,9 @@ type: txt
help: IP address
-# Syntax check at "set" time. Give curent address value to script
-# so that it can perform syntax check.
-#
syntax:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --valid-addr-set $VAR(@) --dev $VAR(../@)"\
; "Invalid IP address/prefix [$VAR(@)] for interface $VAR(../@)"
-# Syntax check at "commit" time. Pass all address values to script so that
-# it can perform consistency check.
-#
commit:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --valid-addr-commit $VAR(@@) --dev $VAR(../@)"
create:
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def
index 7e1833c3..a77e9fc8 100644
--- a/templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def
+++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/address/node.def
@@ -4,15 +4,9 @@ type: txt
help: IP address
-# Syntax check at "set" time. Give curent address value to script
-# so that it can perform syntax check.
-#
syntax:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --valid-addr-set $VAR(@) --dev $VAR(../../@).$VAR(../@) "\
; "Invalid IP address/prefix [$VAR(@)] for interface $VAR(../../@).$VAR(../@)"
-# Syntax check at "commit" time. Pass all address values to script so that
-# it can perform consistency check.
-#
commit:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --valid-addr-commit $VAR(@@) --dev $VAR(../../@).$VAR(../@)"
create:sudo /opt/vyatta/sbin/vyatta-interfaces.pl --eth-addr-update $VAR(@) --dev $VAR(../../@).$VAR(../@)