Skip to content

Commit

Permalink
nathelper: Support for 192.0.0.0/29 as NATed source (pull request GH#…
Browse files Browse the repository at this point in the history
…1488)

(cherry picked from commit 804d6b8)
(cherry picked from commit 742f492)
  • Loading branch information
henningw authored and miconda committed Apr 25, 2018
1 parent 1a5a325 commit a8c0d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/nathelper/nathelper.c
Expand Up @@ -147,6 +147,7 @@ static struct {
{"172.16.0.0", 0, 0xffffffffu << 20},
{"192.168.0.0", 0, 0xffffffffu << 16},
{"100.64.0.0", 0, 0xffffffffu << 22}, /* rfc6598 - cg-nat */
{"192.0.0.0", 0, 0xffffffffu << 3}, /* rfc7335 - IPv4 Service Continuity Prefix */
{NULL, 0, 0}
};

Expand Down

0 comments on commit a8c0d3d

Please sign in to comment.