local_nets : set[net]
Class A/B/C networks that are considered “local”.
Note: This variable isconst
, so may only be changed viaredef
.
local_16_nets : set[addr]
/16 address blocks that are considered “local”. These are derived directly fromlocal_nets
. Fixme: Please verify this.
Note: This variable isconst
, so may only be changed viaredef
.
local_24_nets : set[addr]
/24 address blocks that are considered “local”. These are derived directly fromlocal_nets
. Fixme: Please verify this.
Note: This variable isconst
, so may only be changed viaredef
.
neighbor_nets : set[net]
Class A/B/C networks that are considered “neighbors”. Note that unlike for local_nets,local_16_nets
is not merely a /16 addr version of neighbor_nets, but instead is consulted in addition to neighbor_nets.
Note: This variable isconst
, so may only be changed viaredef
.
neighbor_16_nets : set[addr]
/16 address blocks that are considered “neighbors”. Note that unlike for local_nets, neighbor_16_nets is not merely a /16 addr version ofneighbor_nets
, but instead is consulted in addition toneighbor_nets
.
Note: This variable isconst
, so may only be changed viaredef
.