Commit Graph

6 Commits (5da651212ff84c250a3782830e3fb2ca48003dd6)

Author SHA1 Message Date
Greg DeKoenigsberg 04b4a79552 Merge pull request #108 from oasiswork/devel
Allow filtering of routed/forwarded packets
9 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Greg DeKoenigsberg 1c662556e9 Adding author's github id 9 years ago
Nicolas Brisac 1e3645a9e3 Allow filtering of routed/forwarded packets
MAN page states the following :

    Rules for traffic not destined for the  host  itself  but  instead  for
    traffic  that  should  be  routed/forwarded through the firewall should
    specify the  route  keyword  before  the  rule  (routing  rules  differ
    significantly  from  PF  syntax and instead take into account netfilter
    FORWARD chain conventions). For example:

        ufw route allow in on eth1 out on eth2

This commit introduces a new parameter "route=yes/no" to allow just that.
10 years ago
Chris West 613b3bdda0 Enable "ufw default allow routed"
* The policy is shown in `status verbose`, so all the check mode stuff should keep working.
 * `--dry-run` works as expected.
 * No idea whether it's legal as an argument to `interface`
10 years ago
Michael DeHaan b1e789968b File extensions! 10 years ago