summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/mppc/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-04-12 18:44:50 +0000
committerru <ru@FreeBSD.org>2000-04-12 18:44:50 +0000
commitc93d494562c83aeaf960ba067bc0e9c1abcc2f2d (patch)
tree5c3692896457fd32a78dbd692d3b355912b26f97 /sys/modules/netgraph/mppc/Makefile
parentc3fb68865735f4e9708766b6c6e77ce7c67f370a (diff)
downloadFreeBSD-src-c93d494562c83aeaf960ba067bc0e9c1abcc2f2d.zip
FreeBSD-src-c93d494562c83aeaf960ba067bc0e9c1abcc2f2d.tar.gz
Make partially specified permanent links without `dst_addr'
but with `dst_port' work for outgoing packets. This case was not handled properly when I first fixed this in revision 1.17. This change is also required for the upcoming improved PPTP support patches -- that is how I found the problem. Before this change: # natd -v -a aliasIP \ -redirect_port tcp localIP:localPORT publicIP:publicPORT 0:remotePORT Out [TCP] [TCP] localIP:localPORT -> remoteIP:remotePORT aliased to [TCP] aliasIP:localPORT -> remoteIP:remotePORT After this change: # natd -v -a aliasIP \ -redirect_port tcp localIP:localPORT publicIP:publicPORT 0:remotePORT Out [TCP] [TCP] localIP:localPORT -> remoteIP:remotePORT aliased to [TCP] publicIP:publicPORT -> remoteIP:remotePORT
Diffstat (limited to 'sys/modules/netgraph/mppc/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud