summaryrefslogtreecommitdiff
path: root/templates/interfaces
diff options
context:
space:
mode:
authorJason Hendry <jhendry@mintel.com>2014-10-29 20:19:53 +0000
committerJason Hendry <jhendry@mintel.com>2014-10-29 20:19:53 +0000
commit1af7957d088b73d5629dba03076fb99efafb5453 (patch)
tree91d6f8011e6055f6c1a7af3afbc6db1dab9bbfa4 /templates/interfaces
parentd5abe669e936f67df62554b6c8fafded32836e4d (diff)
downloadvyatta-cfg-system-1af7957d088b73d5629dba03076fb99efafb5453.tar.gz
vyatta-cfg-system-1af7957d088b73d5629dba03076fb99efafb5453.zip
Correcting udp offload option name form segmentation to fragmentation
Diffstat (limited to 'templates/interfaces')
-rw-r--r--templates/interfaces/ethernet/node.tag/offload/udp-fragmentation-offload/node.def (renamed from templates/interfaces/ethernet/node.tag/offload/udp-segmentation-offload/node.def)8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/interfaces/ethernet/node.tag/offload/udp-segmentation-offload/node.def b/templates/interfaces/ethernet/node.tag/offload/udp-fragmentation-offload/node.def
index 8c263af9..796c791d 100644
--- a/templates/interfaces/ethernet/node.tag/offload/udp-segmentation-offload/node.def
+++ b/templates/interfaces/ethernet/node.tag/offload/udp-fragmentation-offload/node.def
@@ -5,12 +5,12 @@
priority: 319 # Failure barrier only - no ordering constraints
type: txt
-help: Configure udp-segmentation-offload option
-val_help: on; Enable udp-segmentation-offload
-val_help: off; Disable udp-segmentation-offload
+help: Configure udp-fragmentation-offload option
+val_help: on; Enable udp-fragmentation-offload
+val_help: off; Disable udp-fragmentation-offload
syntax:expression: $VAR(@) == "on" || $VAR(@) == "off" ; "Must be either 'on' or 'off'"
-update: sudo /opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(../../@) --offload-settings udp-segmentation-offload $VAR(@)
+update: sudo /opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(../../@) --offload-settings udp-fragmentation-offload $VAR(@)