Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146182693
D23448.id67594.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
568 B
Referenced Files
None
Subscribers
None
D23448.id67594.diff
View Options
Index: sbin/ipfw/nat.c
===================================================================
--- sbin/ipfw/nat.c
+++ sbin/ipfw/nat.c
@@ -793,6 +793,7 @@
case TOK_SAME_PORTS:
case TOK_SKIP_GLOBAL:
case TOK_UNREG_ONLY:
+ case TOK_UNREG_CGN:
case TOK_RESET_ADDR:
case TOK_ALIAS_REV:
case TOK_PROXY_ONLY:
@@ -886,6 +887,9 @@
break;
case TOK_UNREG_ONLY:
n->mode |= PKT_ALIAS_UNREGISTERED_ONLY;
+ break;
+ case TOK_UNREG_CGN:
+ n->mode |= PKT_ALIAS_UNREGISTERED_CGN;
break;
case TOK_SKIP_GLOBAL:
n->mode |= PKT_ALIAS_SKIP_GLOBAL;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 1, 1:08 PM (18 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29114558
Default Alt Text
D23448.id67594.diff (568 B)
Attached To
Mode
D23448: ipfw: Add missing mention of RFC 6598/Carrier Grade NAT in ipfw_config_nat()
Attached
Detach File
Event Timeline
Log In to Comment