Page MenuHomeFreeBSD

D23080.diff
No OneTemporary

D23080.diff

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

Mime Type
text/plain
Expires
Sun, Apr 26, 10:20 PM (17 h, 44 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32199299
Default Alt Text
D23080.diff (742 B)

Event Timeline