summaryrefslogtreecommitdiff
path: root/templates/interfaces/input/node.def
blob: a71f8cbb00bb082f42d2ad513ee71dbc791a1c6d (plain)
1
2
3
4
5
6
7
8
9
10
tag:
priority: 390
type: txt
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 functional block interface name (ifb0 - ifb999)