diff options
author | 2002-11-23 05:22:24 +0000 | |
---|---|---|
committer | 2002-11-23 05:22:24 +0000 | |
commit | 3a44df3c2f21b8f6876de8a94cf3ceccf9e3fd69 (patch) | |
tree | e8bc291e80bcb8ca6319b78fd8ceee72b3a3b144 /lib/libc/stdio | |
parent | kernel code to allow multiple redirection addresses to be specified for nat (diff) | |
download | wireguard-openbsd-3a44df3c2f21b8f6876de8a94cf3ceccf9e3fd69.tar.xz wireguard-openbsd-3a44df3c2f21b8f6876de8a94cf3ceccf9e3fd69.zip |
code to support loading of pf rules with multiple redirection addresses
(in nat, rdr, route-to, dup-to and reply-to)
Syntax looks like this, see pf.conf(5) for details:
nat on wi0 proto { tcp, icmp } from any to 192.168.0.2 -> \
192.168.0.16/29 source-hash random
rdr on wi0 proto { tcp } from any to 192.168.0.34 port 22 -> \
{ 192.168.0.8/31, 192.168.0.15 } port 22 round-robin
ok dhartmei@ henning@
Diffstat (limited to 'lib/libc/stdio')
0 files changed, 0 insertions, 0 deletions