diff options
Diffstat (limited to 'templates/interfaces/input/node.def')
-rw-r--r-- | templates/interfaces/input/node.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/interfaces/input/node.def b/templates/interfaces/input/node.def index 931da978..a71f8cbb 100644 --- a/templates/interfaces/input/node.def +++ b/templates/interfaces/input/node.def @@ -1,10 +1,10 @@ tag: priority: 390 type: txt -help: Set input virtual interface -syntax:expression: pattern $VAR(@) "^in[0-9]+$" ; "name must be (in0-in999)" +help: Set input functional block (IFB) interface +syntax:expression: pattern $VAR(@) "^ifb[0-9]+$" ; "name must be (ifb0-ifb999)" begin: [ -d /sys/module/ifb ] || sudo modprobe ifb numifbs=0 create: sudo ip link add $VAR(@) type ifb && sudo ip link set $VAR(@) up delete: sudo ip link delete dev $VAR(@) -comp_help: Enter input virtual interface name (in0 - in999) +comp_help: Enter input functional block interface name (ifb0 - ifb999) |