diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-10-16 14:15:04 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-10-16 14:15:04 -0700 |
commit | 281fcfb8dad9b66f027c39476a05aa5eff89fce1 (patch) | |
tree | b53963a6597304daffa6b2f1e9bae7f5722c7956 /templates/protocols/static/interface-route/node.def | |
parent | 83331a0a334130cc438805c124fd05d93eddd5d0 (diff) | |
download | vyatta-cfg-quagga-281fcfb8dad9b66f027c39476a05aa5eff89fce1.tar.gz vyatta-cfg-quagga-281fcfb8dad9b66f027c39476a05aa5eff89fce1.zip |
- Fix "set system gateway".
- Add basic support for static routes.
Diffstat (limited to 'templates/protocols/static/interface-route/node.def')
-rw-r--r-- | templates/protocols/static/interface-route/node.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/protocols/static/interface-route/node.def b/templates/protocols/static/interface-route/node.def new file mode 100644 index 00000000..035417e3 --- /dev/null +++ b/templates/protocols/static/interface-route/node.def @@ -0,0 +1,4 @@ +tag: +type: ipv4net +help: "Configure an interface-based static route" +syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $(@)" |