summaryrefslogtreecommitdiff
path: root/interface-templates/ip/source-validation
AgeCommit message (Collapse)Author
2020-12-04T1579: migrate "ip source-validation" option to vyos-1xChristian Poessinger
2020-02-20T2059: Fix setting source-validation for bond vif'sRuben Herold
2018-12-18Fixes: T1102: Disabling rp_filter don't workhagbard
2018-10-21T890: 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-30Revert "vyatta-cfg-quagga: set source-validation node priority after interface"Christian Poessinger
This reverts commit 630f34e9f343862bcf3245a9367666f973beeb36.
2017-08-30Probe for interface existanceChristian Poessinger
This fixes T345. Most of the "interface" command nodes probe if the actual interface exists before applying any setting to it.
2015-10-11vyatta-cfg-quagga: set source-validation node priority after interfaceAlex 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-10Bug 147: source-validation sysctl behavior changed in newer kernelsRyan Riske
2014-04-06Add per interface source-validationStig Thormodsrud
Signed-off-by: Daniil Baturin <daniil@baturin.org>