summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/distribute-list/prefix-list/in/node.def
blob: 8dde8857093988fb93fa2e397458681d738c2e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
type: txt
help: Prefix-list to apply to input packets

commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy prefix-list $VAR(@)\" ";"prefix-list $VAR(@) doesn't exist"

update: vtysh -c "configure terminal" \
          -c "router ripng"                                       \
          -c "distribute-list prefix $VAR(@) in"

delete: vtysh -c "configure terminal" \
          -c "router ripng"                                       \
          -c "no distribute-list prefix $VAR(@) in"