| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
We should not remove any ip rule that we have not created our selves
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kernel changed behavior around 2.6.31. We need a way to turn off
rp_filter.
details:
http://article.gmane.org/gmane.comp.security.shorewall/23329/match=rp_filter
This will disable routefilter if ROUTE_FILTER=no in
/etc/shorewall/shorewall.conf default. To enable you will need set the
routefilter option in /etc/shorewall/interfaces
|
|
|
|
|
|
|
| |
Shorewall's restore default gw will intentinally break multi routes
When no 'balance' option is specified shorewall does not change the
default gw so there is no point in restoring (breaking) it either.
|
|
|
|
|
| |
This will make shorewall not add or delete any routes to the providers
route table
|
| |
|
|
|
|
| |
this is needed for apk-tools-2.1 migration
|
| |
|
| |
|
|
|
|
|
| |
To allow creation of routing tables to be managed by an external
component (e.g. quagga or opennhrp).
|
|
and fixed misc build issues
|