as they complicate security features like RPKI validation. When this
option is disabled, then received AS paths with AS sets are rejected as
malformed and corresponding BGP updates are treated as withdraws.
- Default: on.
+ Default: off.
<tag><label id="bgp-enforce-first-as">enforce first as <m/switch/</tag>
Routes received from an EBGP neighbor are generally expected to have the
BGP_CFG->enable_hostname = 0;
BGP_CFG->capabilities = 2;
BGP_CFG->interpret_communities = 1;
- BGP_CFG->allow_as_sets = 1;
+ BGP_CFG->allow_as_sets = 0;
BGP_CFG->default_local_pref = 100;
BGP_CFG->gr_mode = BGP_GR_AWARE;
BGP_CFG->gr_time = 120;