summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/distribute-list/interface/node.def
blob: b5e5bc16f4cba5ba5d2ee19d74dec5b3c98286d1 (plain)
1
2
3
4
5
6
7
8
9
tag:
type: txt
help: Apply filtering to an interface
allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all
syntax:expression: exec "\
    if [ -z \"`ip addr | grep $VAR(@) `\" ]; then \
      echo ethernet interface $VAR(@) doesn\\'t exist on this system ; \
      exit 1 ;                                                      \
    fi ; "