Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
defunctec
crown-core
Commits
c1761a5d
Commit
c1761a5d
authored
11 years ago
by
Philip Kaufmann
Browse files
Options
Download
Email Patches
Plain Diff
fix #3049 by changing comment for CNetAddr::IsRFC4193()
parent
19e5ae73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/netbase.h
+1
-1
src/netbase.h
with
1 addition
and
1 deletion
+1
-1
src/netbase.h
View file @
c1761a5d
...
...
@@ -54,7 +54,7 @@ class CNetAddr
bool
IsRFC3849
()
const
;
// IPv6 documentation address (2001:0DB8::/32)
bool
IsRFC3927
()
const
;
// IPv4 autoconfig (169.254.0.0/16)
bool
IsRFC3964
()
const
;
// IPv6 6to4 tunnelling (2002::/16)
bool
IsRFC4193
()
const
;
// IPv6 unique local (FC00::/
15
)
bool
IsRFC4193
()
const
;
// IPv6 unique local (FC00::/
7
)
bool
IsRFC4380
()
const
;
// IPv6 Teredo tunnelling (2001::/32)
bool
IsRFC4843
()
const
;
// IPv6 ORCHID (2001:10::/28)
bool
IsRFC4862
()
const
;
// IPv6 autoconfig (FE80::/64)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help