summaryrefslogtreecommitdiff
path: root/templates/protocols/static/node.def
blob: 0cbd6d1b0ba4639d94fcb98d86d4260812bb1eb6 (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