summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/route-map/node.def
blob: 2a8776081597ef103e94551366875c5ecd35061b (plain)
1
2
3
4
5
6
type: txt
help: Filter routes installed in local route map
commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"route-map $VAR(@) doesn't exist"
end: vtysh -c "configure terminal"      \
        -c "no ip protocol ospf route-map" \
        -c "ip protocol ospf route-map $VAR(@)"