diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-08-08 17:34:49 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-08-08 17:34:49 +0100 |
commit | c51f713eebe21071f22d0830fdaeb274b1a77059 (patch) | |
tree | 95da2d585f5a8556aed7bed8f5f056d0d6c12d56 /test/stdout/0002 | |
parent | b003ce30f0038c2042303d18fc24f278de06a1f5 (diff) |
Expansions: mask_n operator
Diffstat (limited to 'test/stdout/0002')
-rw-r--r-- | test/stdout/0002 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 0b9a95cd5..5c8c2520c 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -230,6 +230,8 @@ newline tab\134backslash ~tilde\177DEL\200\201. > mask: 0.0.0.0/0 > Failed: missing mask value in "192.168.10.206" > Failed: "a.b.c.d" is not an IP address +> mask: 2a00.0002.0003.0004.0004.0000.0000.0000/79 +> mask_n: 2a00:2:3:4:4::/79 > ipv6denorm: 0000:0000:0000:0000:0000:0000:0000:0001 > ipv6denorm: fe00:0000:0000:0000:0000:0000:0000:0001 > ipv6denorm: 0000:0000:0000:0000:0000:ffff:c0a8:0001 |