diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-06 16:18:20 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-06 16:18:20 -0800 |
commit | 22f85542c72b71d64a8ad70d73be1e99d01eaee4 (patch) | |
tree | 184bae29a181791b8b9b3d28676ea1a99d9bbcba /templates/qos-policy | |
parent | 497ebd0e02f0f1ed137dc405e858e21e1779b577 (diff) | |
download | vyatta-cfg-qos-22f85542c72b71d64a8ad70d73be1e99d01eaee4.tar.gz vyatta-cfg-qos-22f85542c72b71d64a8ad70d73be1e99d01eaee4.zip |
vlan tag is not a tag node
Diffstat (limited to 'templates/qos-policy')
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/vif/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/vif/node.def b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/vif/node.def index 358ba5b..9b33973 100644 --- a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/vif/node.def +++ b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/vif/node.def @@ -1,4 +1,3 @@ -tag: type: u32 help: VLAN ID syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 4095; "VLAN ID must be between 0 and 4095" |