summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2009-11-19 17:20:19 -0800
committerBob Gilligan <gilligan@vyatta.com>2009-11-19 17:20:19 -0800
commit5687f402dea85d1bcb2450ee7a4c0ac695112909 (patch)
tree3b5668685983fbb1849a991ea422b97947854d3d /templates
parent3c2806b074713575e820db16d68b9c25c80b3729 (diff)
downloadvyatta-cfg-5687f402dea85d1bcb2450ee7a4c0ac695112909.tar.gz
vyatta-cfg-5687f402dea85d1bcb2450ee7a4c0ac695112909.zip
Remove default value for "smp_affinity".
Out of an abundance of caution, we don't want to introduce a default value for a parameter that previously had none without more extensive testing, as it would affect all systems. We will introduce the default value in the next release.
Diffstat (limited to 'templates')
-rw-r--r--templates/interfaces/ethernet/node.tag/smp_affinity/node.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/interfaces/ethernet/node.tag/smp_affinity/node.def b/templates/interfaces/ethernet/node.tag/smp_affinity/node.def
index a444ae9..7281379 100644
--- a/templates/interfaces/ethernet/node.tag/smp_affinity/node.def
+++ b/templates/interfaces/ethernet/node.tag/smp_affinity/node.def
@@ -17,8 +17,6 @@ comp_help: Possible completions:
XX\tHexidecimal bitmask representing CPUs that this NIC will interrupt
auto\tSet affinity automatically
-default: "auto"
-
syntax:expression: exec " \
if [ $VAR(@) = auto ]; then \
exit 0;