summaryrefslogtreecommitdiff
path: root/templates/protocols/static/node.def
blob: 57304d7c5d8e9efa6dc9db0effef902efa318066 (plain)
1
2
3
4
5
6
7
8
9
priority: 450
help: static route parameters
end:
  if [ "$COMMIT_ACTION" != "DELETE" ]; then
    vtysh -d zebra -c 'sh run' > /opt/vyatta/etc/quagga/zebra.conf  
  else
    rm -f /opt/vyatta/etc/quagga/zebra.conf
  fi