summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/distribute-list/interface/node.def
blob: 9219eda6c2297f8dd5dfee0ded428014ce7fc306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tag:
type: txt
help: Set to apply filtering to an interface

syntax:expression: exec "\
    if [ -z \"`ip addr | grep $VAR(@) `\" ]; then \
      echo ethernet interface $VAR(@) doesn\\'t exist on this system ; \
      exit 1 ;                                                      \
    fi ; "

allowed: local -a array;
 array=( /sys/class/net/{eth,vmnet}* ) ;
 echo -n ${array[@]##*/}