summaryrefslogtreecommitdiff
path: root/templates/protocols/static/node.def
blob: f5d5a42fcb88d4c164da5c8b6baf3060120471c5 (plain)
1
2
3
4
5
6
7
8
9
priority: 480
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