From af22a9fa03a4b23c085979561b4376b2b22850e6 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 21 Jul 2010 17:31:19 -0700 Subject: Move input interface over to Qos package The input interface needs to be in QoS package since the delete action needs to refer to scripts in QoS package. --- templates/interfaces/input/node.def | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/interfaces/input/node.def (limited to 'templates/interfaces/input/node.def') diff --git a/templates/interfaces/input/node.def b/templates/interfaces/input/node.def deleted file mode 100644 index 06b00c97..00000000 --- a/templates/interfaces/input/node.def +++ /dev/null @@ -1,11 +0,0 @@ -tag: -priority: 310 # before real devices that redirect -type: txt -help: Input functional block (IFB) interface name -val_help: ; Input functional block interface name - -syntax:expression: pattern $VAR(@) "^ifb[0-9]+$" ; "name must be (ifb0-ifb999)" - -begin: [ -d /sys/module/ifb ] || sudo modprobe ifb numifbs=0 -create: ip link add $VAR(@) type ifb && ip link set $VAR(@) up -delete: ip link delete dev $VAR(@) -- cgit v1.2.3