From ec0e975fac476e805ba1ff7b8c25238bd492951c Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 21 Jul 2010 17:37:30 -0700 Subject: Move input interface back to Qos package --- templates/interfaces/input/node.def | 11 +++++++++++ templates/interfaces/input/node.tag/description/node.def | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 templates/interfaces/input/node.def create mode 100644 templates/interfaces/input/node.tag/description/node.def diff --git a/templates/interfaces/input/node.def b/templates/interfaces/input/node.def new file mode 100644 index 0000000..06b00c9 --- /dev/null +++ b/templates/interfaces/input/node.def @@ -0,0 +1,11 @@ +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(@) diff --git a/templates/interfaces/input/node.tag/description/node.def b/templates/interfaces/input/node.tag/description/node.def new file mode 100644 index 0000000..e4807d2 --- /dev/null +++ b/templates/interfaces/input/node.tag/description/node.def @@ -0,0 +1,4 @@ +type: txt +help: Description +update: sudo sh -c "echo \"$VAR(@)\" >/sys/class/net/$VAR(../@)/ifalias" +delete: sudo sh -c "echo '' >/sys/class/net/$VAR(../@)/ifalias" -- cgit v1.2.3