Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | T1579: migrate "ip source-validation" option to vyos-1x | Christian Poessinger | |
2020-02-20 | T2059: Fix setting source-validation for bond vif's | Ruben Herold | |
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> |