Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-17 | Bugfix 5458: Include interface name, if present, when deleting IPv6 routes. | Bob Gilligan | |
When deleting an IPv6 static route from Quagga, we have to specify the route precisely the same way it was originally configured. If the route includes an outgoing interface, it must be specified. If the route does not include an outgoing interface, one must not be specified. | |||
2010-01-15 | Bugfix 5221: Allow outgoing interface to be specified for IPv6 static route. | Bob Gilligan | |
When configuring an IPv6 static route where the next-hop is a link-local address, the outgoing interface must be specified. This change adds a new parameter named "interface" under the IPv6 static route config parameter sub-tree. | |||
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-11-07 | arp command for statics needs to be run under sudo | David S. Madole | |
2009-10-20 | pushed priority to node.def's | slioch | |
2009-08-12 | add support for disabling ipv6 and ipv6 static routes in config | Mohit Mehta | |
2009-07-09 | Remove hidden templates | Stephen Hemminger | |
Templates in */node.tag/node.def are meaningless in current CLI. Remove all the templates that are intermediat help text. (cherry picked from commit ebd628b2b2a93d78a60c1d0ed41d0ab793c0efdf) | |||
2009-04-04 | Move "commit" check out of invalid node.tag/node.def. | Stig Thormodsrud | |
2009-03-07 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-04 | clean up other static route commands to remove references to /tmp/ pellets ↵ | slioch | |
and to use environment variable set via new cli. | |||
2009-03-04 | ported example of node.def using commit environmental variable rather than ↵ | slioch | |
relying on /tmp pellets. should also improve performance when delete large numbers of static route entries. | |||
2009-03-02 | Static: show all interfaces in allowed list | Stephen Hemminger | |
Any valid interface is allowed. | |||
2008-12-15 | Allow any interface for interface routes | Stephen Hemminger | |
Allow interface routes to be configured to any device name (existing or not). This allows for future technolgies, and also handles case of tunnels and other devices that may need routes configured before they exist. | |||
2008-11-18 | Bugfix 3863: Provide ability to configure static ARP table entries | Bob Gilligan | |
Add new config template tree starting at protocols.static.arp. | |||
2008-08-12 | Revert "Replace vyatta-vtysh with vtysh" | Stephen Hemminger | |
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435. | |||
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-08-08 | Fix syntax errors found by check_tmpl. | Stig Thormodsrud | |
2008-08-08 | Fix syntax error found by check_tmpl. | Stig Thormodsrud | |
2008-07-30 | Replace calls to vyatta-vtysh perl script with vyatta-vtysh | Stephen Hemminger | |
No longer need the perl wrapper, the logging and error suppression are now in the command itself. This helps with the speed of route creation with lots of routes. | |||
2008-07-28 | Use vyatta_sbindir | Stephen Hemminger | |
Wrong shell variable in earlier commit | |||
2008-07-28 | Add new program to check prefix boundary | Stephen Hemminger | |
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program. | |||
2008-07-27 | Fix ipv6 blackhole route. | Stig Thormodsrud | |
2008-07-27 | Add cli for IPv6 static routes. | Stig Thormodsrud | |
2008-06-05 | Fix Bug 3269 system gateway-address conflicts with static default | Mohit Mehta | |
- route is only deleted from route table if both gateway-address and the static route equivalent to setting a gateway-address are not set | |||
2008-05-28 | Bugfix: 3019 | Bob Gilligan | |
Tighten up validity check on interface names. | |||
2008-04-30 | Fix 3199: removed redundant "static interface-route blackhole" | Stig Thormodsrud | |
2008-04-24 | Bugfix: 3181, 3019hollister | Bob Gilligan | |
Allow static interface routes to be configured via PPP interfaces that are down. Quagga will install the route when the interface comes up. | |||
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-quagga | |||
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2007-12-12 | Add wrapper script between cfg templates and vtysh. The wrapper will: | Stig Thormodsrud | |
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n | |||
2007-11-28 | Change metric to distance in static routes. | Stig Thormodsrud | |
2007-11-28 | - Add support for multiple next-hop for same static route. | Stig Thormodsrud | |
- Add support for multiple next-hop-interface for same static route. - Add support for blackhole route. - Add support for metric on static routes. | |||
2007-11-27 | Add OSPF interface commands for ethernet and loopback. | Stig Thormodsrud | |
2007-10-16 | - Fix "set system gateway". | Stig Thormodsrud | |
- Add basic support for static routes. |