diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2007-12-05 14:51:50 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2007-12-05 14:51:50 -0800 |
commit | 0f0f08bfc0c9e309f737840a566ab2e0e6e53248 (patch) | |
tree | 01c89e471f3d86c97c3f308f1538abec69a1851e /templates/protocols/ospf/parameters/rfc1583-compatibility | |
parent | b9300368b92c8b946894d66beef89fedd0e8720d (diff) | |
download | vyatta-cfg-quagga-0f0f08bfc0c9e309f737840a566ab2e0e6e53248.tar.gz vyatta-cfg-quagga-0f0f08bfc0c9e309f737840a566ab2e0e6e53248.zip |
Rename "ospf ospf" to "ospf parameters" to be consistent with bgp.
Diffstat (limited to 'templates/protocols/ospf/parameters/rfc1583-compatibility')
-rw-r--r-- | templates/protocols/ospf/parameters/rfc1583-compatibility/node.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/protocols/ospf/parameters/rfc1583-compatibility/node.def b/templates/protocols/ospf/parameters/rfc1583-compatibility/node.def new file mode 100644 index 00000000..0eb018e9 --- /dev/null +++ b/templates/protocols/ospf/parameters/rfc1583-compatibility/node.def @@ -0,0 +1,5 @@ +help: "Enable rfc1583 criteria for handling AS external routes" +create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ + -c \"ospf rfc1583compatibility \"; " +delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ + -c \"no ospf rfc1583compatibility \"; " |