This change updates the siteinfo struct used to import the server annotations so that it includes the ipv4 and ipv6 netblocks for the site. Assigning server annotations are now conditional on IPs being within that netblock. As a result, private IPs will not be annotated with the server annotations.
This change also adds additional test cases to testdata/annotations.json
This change updates the siteinfo struct used to import the server annotations so that it includes the ipv4 and ipv6 netblocks for the site. Assigning server annotations are now conditional on IPs being within that netblock. As a result, private IPs will not be annotated with the server annotations.
This change also adds additional test cases to
testdata/annotations.json
This change is