diff options
| author | Neel Chauhan <nc@FreeBSD.org> | 2021-01-24 19:23:39 +0000 |
|---|---|---|
| committer | Lutz Donnerhacke <donner@FreeBSD.org> | 2021-01-24 19:38:35 +0000 |
| commit | 5fe433a6e4d8cab6b64284698301afc0c55a9db2 (patch) | |
| tree | 0976ceb00df0b5f54c13331f2eff8cfc35cfa7fd /share | |
| parent | 9bee9a98ff7f9de093314abaf7c46ca89c4020d9 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ng_nat.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/ng_nat.4 b/share/man/man4/ng_nat.4 index b7c65fe89b20..e9c0f2acbcee 100644 --- a/share/man/man4/ng_nat.4 +++ b/share/man/man4/ng_nat.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 12, 2018 +.Dd January 24, 2021 .Dt NG_NAT 4 .Os .Sh NAME @@ -75,7 +75,13 @@ struct ng_nat_mode { #define NG_NAT_RESET_ON_ADDR_CHANGE 0x20 #define NG_NAT_PROXY_ONLY 0x40 #define NG_NAT_REVERSE 0x80 +#define NG_NAT_UNREGISTERED_CGN 0x100 .Ed +.Pp +The corresponding libalias flags can be found by replacing the +.Vt "NG_NAT" +prefix with +.Vt "PKT_ALIAS" . .It Dv NGM_NAT_SET_TARGET Pq Ic settarget Configure target address for a node. When an incoming packet not associated with any pre-existing aliasing |
