summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2009-09-01 13:46:15 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2009-09-01 13:46:15 +0000
commit97a009f0845e9714085d93131354aa564bbe8ab0 (patch)
treeefee1e5dacc8a9d4a49bda8ab4bb7572dea56a4f /usr.sbin/ppp
parentc4b0c3c9bc8f557e7ade997adcd3f5e5654bb5f8 (diff)
Bring ftp-proxy in sync with the massive pf change just commited by Henning.
This changes the way the rdr/nat rules are added to pf. Now only a single anchor is needed (the other ones do no longer exist). To convert your ruleset you need something like this at the start of your ruleset: # filter rules and anchors for ftp-proxy(8) anchor "ftp-proxy/*" pass in quick proto tcp to port ftp rdr-to 127.0.0.1 port 8021 This was tested by myself, sthen@, dlg@ and I think many more. OK by the same people plus henning.
Diffstat (limited to 'usr.sbin/ppp')
0 files changed, 0 insertions, 0 deletions