Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-21 | Merge pull request #85 from sever-sever/T3685 | Christian Poessinger | |
frr: T3685: Add interface option for static table route6 | |||
2021-07-21 | frr: T3685: Add interface option for static table route6 | Viacheslav | |
2021-07-19 | frr: T3689: Fix for static route6 | Viacheslav | |
2021-05-19 | protocols: static: T3558: add completion helper for dhcp-interface options | srividya0208 | |
The command "set proto static route x.x.x.x/x dhcp-interface" does not show the possible interface list when entered a tab. Added the previous parameters to the script | |||
2021-04-29 | frr: T3217: Ability to save routing configs | sever-sever | |
2020-11-28 | op-mode: T3091: Add option tag for blackhole static routes | sever-sever | |
2020-04-23 | vrf: T2369: support leaking interface-route from default VRF | Christian Poessinger | |
2020-03-30 | vrf: T2170: IPv6 route-leaking requires a next-hop interface | Christian Poessinger | |
... in the destination VRF, else routes won't get added into table. | |||
2020-03-29 | vrf: T2170: support leaking from default table into vrf | Christian Poessinger | |
2020-03-09 | Use better help text for next-hop-interface | Christian Poessinger | |
2020-03-06 | ipv6: route6: tabs and spaces | Christian Poessinger | |
2020-03-06 | static: start help test with uppercase letter | Christian Poessinger | |
2019-07-05 | T1499: Allow for usage of systemd interface mappings | Runar Borge | |
2019-05-14 | [frr-static] T1267 - Add interface name for static routes | hagbard | |
- interface for route table | |||
2019-05-13 | [frr-static] T1267 - Add interface name for static routes | hagbard | |
2019-03-20 | [frr] T1267 - route deletion with next-hop-interface fixed | hagbard | |
2019-03-13 | [frr] T1267: Add interface name for static routes | hagbard | |
2019-03-11 | [arp] T1288 - 'protocols static arp' moved into vyos-1x | hagbard | |
2018-11-13 | T1006: replace all occurences of check_prefix_boundary with ipaddrcheck. | Daniil Baturin | |
2018-08-25 | T795: fix blackhole routes for FRR that only accepts Null0, not null0 | 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> | |||
2016-08-17 | protocol/static: Allow to configure a route-map to apply to local routes | Sylvain Munaut | |
Phabricator's T132 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
2016-02-09 | Use dhcp instead of dhcp3. | Kim Hagen | |
2015-11-09 | avoid routing thru 127.0.0.1 | Carl Byington | |
Signed-off-by: Alex Harpin <development@landsofshadow.co.uk> | |||
2015-05-03 | allow dhcp-interface for the next-hop on static routes | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-05-03 | allow dhcp-interface for the next-hop on static routes | Carl Byington | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2015-03-24 | Bug #521: save quagga daemon configs to /opt/vyatta/etc/quagga at commit time. | Daniil Baturin | |
2014-11-21 | Add kludge to setup IPv6 routes for policy routing. | William Steve Applegate | |
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. | |||
2012-09-05 | reserve tables for future use | Robert Bays | |
2012-09-03 | initial checkin for pbr functionality | Robert Bays | |
2012-05-16 | Warn user if both gateway-address and static default route are set | James Davidson | |
Fixes bug 7428. | |||
2011-06-17 | Missed two nodes in the last commit | John Southworth | |
2011-06-17 | Bugfix 6816: Make previous bugfix more maintainable by moving check to a ↵ | John Southworth | |
script instead of defining it in multiple node.defs | |||
2011-06-17 | Bugfix 6816: Verify that at least one next-hop exists if the parent node for ↵ | John Southworth | |
the route still exists | |||
2010-07-21 | Remove verbs from help strings | Stephen Hemminger | |
2010-07-21 | Convert Quagga templates to use val_help: | Stephen Hemminger | |
2010-07-09 | Need full path to arp command | Stephen Hemminger | |
If not using sudo, then need full path to arp. | |||
2010-05-21 | No longer need sudo for arp | Stephen Hemminger | |
Have capability do that. | |||
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-03-05 | Get rid of vyatta-vtysh | Stephen Hemminger | |
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies. | |||
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 | |