diff options
Diffstat (limited to 'templates/protocols/ripng/node.def')
-rw-r--r-- | templates/protocols/ripng/node.def | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/protocols/ripng/node.def b/templates/protocols/ripng/node.def deleted file mode 100644 index 6f12edce..00000000 --- a/templates/protocols/ripng/node.def +++ /dev/null @@ -1,11 +0,0 @@ -priority: 660 -help: Routing Information Protocol (RIPng) parameters -create: vtysh -c "configure terminal" -c "router ripng" -delete: vtysh -c "configure terminal" -c "no router ripng" -end: - if [ "$COMMIT_ACTION" != "DELETE" ]; then - vtysh -d ripngd -c 'sh run' > /opt/vyatta/etc/quagga/ripngd.conf - else - rm -f /opt/vyatta/etc/quagga/ripngd.conf - fi - |