Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-27 | T3155 ospfv3 mtu-ignore not working on ethernet vifs | Daniel Husand | |
2020-12-25 | T3149: Change interface reference to $IFNAME | Daniel Husand | |
2020-12-04 | T1579: migrate "ip source-validation" option to vyos-1x | Christian Poessinger | |
2020-06-24 | Revert "T2633: migrate 'ip/node.def' to vyos-1x" | Christian Poessinger | |
This reverts commit 8e14046415fbbc83a912807fd87b6828987a2748. | |||
2020-06-23 | T2633: migrate 'ip/node.def' to vyos-1x | Christian Poessinger | |
2020-02-20 | T2059: Fix setting source-validation for bond vif's | Ruben Herold | |
2019-10-30 | T1778 changing metrics ospf bandwidth for FRR syntax in megabitsVyOS_1.2-2019Q4 | DmitriyEshenko | |
(cherry picked from commit 06e2192b82f0ec2aa72846eaaeb2582927e710d8) | |||
2019-09-26 | cosmetic: deleting excess space | Eshenko Dmitriy | |
vyos@vyos-rtr01# set interfaces ethernet eth3 ip ospf retransmit-interval Possible completions: < 3-65535> Retransmit interval in seconds (default 5) | |||
2019-06-23 | ospfv3: T1464: support configuring explicit network type | Christian Poessinger | |
* broadcast * point-to-point | |||
2019-06-23 | bfd: T1183: adjust BGP/OSPF help text on BFD | Christian Poessinger | |
2019-06-21 | bfd: T1183: add OSPF BFD support on interface nodes | Christian Poessinger | |
set interface ethernet eth0 ip ospf bfd delete interface ethernet eth0 ip ospf bfd | |||
2018-12-18 | Fixes: T1102: Disabling rp_filter don't work | hagbard | |
2018-10-21 | T890: fix the priority of the interface "ip <protocol>" subtree. | Daniil Baturin | |
Without explicit priority setting (priority inversion, let's be honest) configs will fail to load because the system will attempt to change settings for a non-existent interface. | |||
2017-08-30 | Revert "vyatta-cfg-quagga: set source-validation node priority after interface" | Christian Poessinger | |
This reverts commit 630f34e9f343862bcf3245a9367666f973beeb36. | |||
2017-08-30 | Probe for interface existance | Christian Poessinger | |
This fixes T345. Most of the "interface" command nodes probe if the actual interface exists before applying any setting to it. | |||
2015-10-11 | vyatta-cfg-quagga: set source-validation node priority after interface | Alex Harpin | |
Add a priority of 500 to the source-validation node to ensure dynamically created interfaces are set up (and have the corresponding /proc/sys/net/ipv4/conf/<interface>/rp_filter entry created) before trying to set rp_filter. Bug #581 http://bugzilla.vyos.net/show_bug.cgi?id=581 | |||
2014-10-10 | Bug 147: source-validation sysctl behavior changed in newer kernels | Ryan Riske | |
2014-04-06 | Add per interface source-validation | Stig Thormodsrud | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2013-03-27 | Fixing 7975: provide MTU ignore for OSPFv3 | Gaurav Sinha | |
2010-07-20 | Convert interface templates to use val_help: | Stephen Hemminger | |
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. | |||
2009-10-13 | Remove dynamic start of routing daemons | Stephen Hemminger | |
The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537 (cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb) | |||
2009-08-14 | Reset to default value when deleted | Jon Andersson | |
2009-07-13 | Bugfix 4708: Use "create" field instead of "update" for non-leaf multi-nodes. | Bob Gilligan | |
2009-07-09 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwood | Bob Gilligan | |
2009-07-09 | Bugfix 4716: Need to perform different actions on "update" and "create". | Bob Gilligan | |
2009-07-09 | Remove bogus templates | Stephen Hemminger | |
node.def below node.tag is meaningless (cherry picked from commit b606ac1a7f1120d5203a581d85e9953401d02b07) | |||
2009-07-07 | Bugfix 4546: Re-structure to avoid nested "end" field. | Bob Gilligan | |
2009-05-28 | Manage OSPFv3 interface cost | Stephen Hemminger | |
Since OSPFv3 does not compute interface cost based on bandwidth in Quagga. Just use 1 as default. Bug 4179 | |||
2009-05-07 | Redefine quagga-manager check as start | Stephen Hemminger | |
No need for check if start checks if already running | |||
2009-04-20 | Don't autogenerate disable-link-detect | Stephen Hemminger | |
2009-03-30 | Add missing backslash | Stephen Hemminger | |
Fix ospf smoke failure | |||
2009-03-29 | Reformat template for clarity | Stephen Hemminger | |
-ELINESTOOLONGTOOREAD | |||
2009-03-29 | Fix extra " at end of template | Stephen Hemminger | |
More conversion stuff. | |||
2009-03-29 | Fix extra " in template | Stephen Hemminger | |
Leftover from conversion from old expression syntax | |||
2009-03-28 | Remove extra ; from delete node | Stephen Hemminger | |
Problem in last conversion | |||
2009-03-28 | Get rid of extra trailing space in command | Stephen Hemminger | |
2009-03-27 | Cleanup indentation of authentication template | Stephen Hemminger | |
Fix problem with conversion from expression to non-expression format of template. | |||
2009-03-27 | Use CLI regex to check length of key | Stephen Hemminger | |
Less overhead. | |||
2009-03-26 | Fix regex in password checks | Stephen Hemminger | |
Missing end of match | |||
2009-03-25 | Generate interface templates as part of build | Stephen Hemminger | |
Rather than 100's of copies of the same template, use the same process as the firewall module to generate the templates. For this, the are meta-templates in interface-templates directory which get processed and $IFNAME is replaced by the appropriate CLI syntax to refer back to the directory name. Changing a quagga template in most cases can be done by fixing the meta-template. |