The site
module defines the following variables, all redefinable:
local_nets set[net]
net
's Bro should consider as reflecting a local address.
Default: empty.
local_16_nets set[net]
local_nets
versus local_16_nets
, so you should ensure that this variable and the previous one are always consistent.
Default: empty.
local_24_nets set[net]
Default: empty.
neighbor_nets set[net]
net
's Bro should consider as reflecting a “neighbor.”
Neighbors networks can be treated specially in some policies, distinct
from other non-local addresses. In particular,
will not drop connectivity to an address belonging to a neighbor.
The notion is somewhat historical, as
is the use of “U
” to mark neighbors in connection summaries
(See Connection summaries).
Default: empty.
neighbor_16_nets set[addr]
neighbor_nets
, until the fine day when the processing is rectified to only use one variable.
Default: empty.
neighbor_24_nets set[net]
Default: empty.