Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103224651
D23080.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
742 B
Referenced Files
None
Subscribers
None
D23080.diff
View Options
Index: head/share/man/man4/ng_nat.4
===================================================================
--- head/share/man/man4/ng_nat.4
+++ head/share/man/man4/ng_nat.4
@@ -35,7 +35,7 @@
.Sh DESCRIPTION
An
.Nm
-node performs network address translation (NAT) of packets
+node performs network address translation (NAT) of IPv4 packets
passing through it.
A
.Nm nat
Index: head/sys/netgraph/ng_nat.c
===================================================================
--- head/sys/netgraph/ng_nat.c
+++ head/sys/netgraph/ng_nat.c
@@ -795,7 +795,6 @@
eh = mtod(m, struct ether_header *);
switch (ntohs(eh->ether_type)) {
case ETHERTYPE_IP:
- case ETHERTYPE_IPV6:
ipofs = sizeof(struct ether_header);
break;
default:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 9:56 AM (9 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14794931
Default Alt Text
D23080.diff (742 B)
Attached To
Mode
D23080: ng_nat: Pass IPv6 packets through.
Attached
Detach File
Event Timeline
Log In to Comment