Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-13 | T1006: replace all occurences of check_prefix_boundary with ipaddrcheck. | Daniil Baturin | |
2016-12-21 | T194: fix protocols/static/route template | Daniil Baturin | |
For tag nodes, tag: must be the first statement in the template, don't ask me why. Maybe we should change it in the parser. | |||
2016-09-01 | protocol/static: Tweak priorities to make route-map on static route work | Sylvain Munaut | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
2015-05-03 | allow dhcp-interface for the next-hop on static routes | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2012-10-04 | Bug 8345: Reverting changes which were committed against bug 8345. We are ↵ | Bharat | |
seeing issues when we are upgrading to pacifica from earlier releases. Customers may have the multicast blackhole route in earlier releases which is causing the issue after upgrade. This will fail the commit for the other unicast routes. | |||
2012-09-26 | - Added Multicast and Broadcast checks for route and next hop for static ↵ | bharat | |
route command. | |||
2010-07-21 | Remove verbs from help strings | Stephen Hemminger | |
2009-04-04 | Move "commit" check out of invalid node.tag/node.def. | Stig Thormodsrud | |
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-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-10-16 | - Fix "set system gateway". | Stig Thormodsrud | |
- Add basic support for static routes. |