summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/distribute-list/interface/node.def
blob: ce00fdc964f1df02f10a98db387e332547079c48 (plain)
1
2
3
4
5
6
7
8
9
10
tag:
type: txt
help: "Apply filtering to an interface"
syntax: exec "if [ -z \"`ip addr | grep $(@) `\" ]; then                       \
                 echo ethernet interface $(@) doesn\\'t exist on this system ; \
                 exit 1 ;                                                      \
              fi ; "
#allowed: local -a array;
# array=( /sys/class/net/{eth,vmnet}* ) ;
# echo -n ${array[@]##*/}