@@ -17,10 +17,8 @@ func main() {
17
17
IsBenchmarking string
18
18
IsDocumentation string
19
19
IsGlobal bool
20
- IsIetfProtocolAssignment string
21
20
IsShared string
22
21
IsUnicastLinkLocal bool
23
- IsUnicastSiteLocal string
24
22
IsUniqueLocal string
25
23
McScopeAdminLocal string
26
24
McScopeGlobal string
@@ -44,10 +42,8 @@ func main() {
44
42
"<unsupported>" , // IsBenchmarking
45
43
"<unsupported>" , // IsDocumentation
46
44
ip .IsGlobalUnicast (), // IsGlobal
47
- "<unsupported>" , // IsIetfProtocolAssignment
48
45
"<unsupported>" , // IsShared
49
46
ip .IsLinkLocalUnicast (), // IsUnicastLinkLocal
50
- "<unsupported>" , // IsUnicastSiteLocal
51
47
"<unsupported>" , // IsUniqueLocal
52
48
"<unsupported>" , // McScopeAdminLocal
53
49
"<unsupported>" , // McScopeGlobal
@@ -75,10 +71,8 @@ func main() {
75
71
output = strings .Replace (output , "IsBenchmarking" , "is_benchmarking" , 1 )
76
72
output = strings .Replace (output , "IsDocumentation" , "is_documentation" , 1 )
77
73
output = strings .Replace (output , "IsGlobal" , "is_global" , 1 )
78
- output = strings .Replace (output , "IsIetfProtocolAssignment" , "is_ietf_protocol_assignment" , 1 )
79
74
output = strings .Replace (output , "IsShared" , "is_shared" , 1 )
80
75
output = strings .Replace (output , "IsUnicastLinkLocal" , "is_unicast_link_local" , 1 )
81
- output = strings .Replace (output , "IsUnicastSiteLocal" , "is_unicast_site_local" , 1 )
82
76
output = strings .Replace (output , "IsUniqueLocal" , "is_unique_local" , 1 )
83
77
output = strings .Replace (output , "McScopeAdminLocal" , "mc_scope_admin_local" , 1 )
84
78
output = strings .Replace (output , "McScopeGlobal" , "mc_scope_global" , 1 )
0 commit comments