@@ -17,10 +17,8 @@ func main() {
1717 IsBenchmarking string
1818 IsDocumentation string
1919 IsGlobal bool
20- IsIetfProtocolAssignment string
2120 IsShared string
2221 IsUnicastLinkLocal bool
23- IsUnicastSiteLocal string
2422 IsUniqueLocal string
2523 McScopeAdminLocal string
2624 McScopeGlobal string
@@ -44,10 +42,8 @@ func main() {
4442 "<unsupported>" , // IsBenchmarking
4543 "<unsupported>" , // IsDocumentation
4644 ip .IsGlobalUnicast (), // IsGlobal
47- "<unsupported>" , // IsIetfProtocolAssignment
4845 "<unsupported>" , // IsShared
4946 ip .IsLinkLocalUnicast (), // IsUnicastLinkLocal
50- "<unsupported>" , // IsUnicastSiteLocal
5147 "<unsupported>" , // IsUniqueLocal
5248 "<unsupported>" , // McScopeAdminLocal
5349 "<unsupported>" , // McScopeGlobal
@@ -75,10 +71,8 @@ func main() {
7571 output = strings .Replace (output , "IsBenchmarking" , "is_benchmarking" , 1 )
7672 output = strings .Replace (output , "IsDocumentation" , "is_documentation" , 1 )
7773 output = strings .Replace (output , "IsGlobal" , "is_global" , 1 )
78- output = strings .Replace (output , "IsIetfProtocolAssignment" , "is_ietf_protocol_assignment" , 1 )
7974 output = strings .Replace (output , "IsShared" , "is_shared" , 1 )
8075 output = strings .Replace (output , "IsUnicastLinkLocal" , "is_unicast_link_local" , 1 )
81- output = strings .Replace (output , "IsUnicastSiteLocal" , "is_unicast_site_local" , 1 )
8276 output = strings .Replace (output , "IsUniqueLocal" , "is_unique_local" , 1 )
8377 output = strings .Replace (output , "McScopeAdminLocal" , "mc_scope_admin_local" , 1 )
8478 output = strings .Replace (output , "McScopeGlobal" , "mc_scope_global" , 1 )
0 commit comments