Reconfiguration does not work properly for this case, disable it for now.
the (single) password. Finally, <cf/ao/ means to use TCP Authentication
Option (TCP-AO, <rfc id="5925">), allowing multiple keys and different
cryptographic algorithms. These are specified using the option
- <ref id="bgp-keys" name="keys">. Default: none.
+ <ref id="bgp-keys" name="keys">. Note that TCP-AO authentication is not
+ supported on dynamic BGP sessions. Default: none.
<tag><label id="bgp-password">password "<m/text/"</tag>
Use this password for MD5 authentication of BGP sessions (<rfc id="2385">). When
if ((cf->auth_type == BGP_AUTH_AO) != !!cf->ao_keys)
cf_error("AO authentication and keys option should be used together");
+ if ((cf->auth_type == BGP_AUTH_AO) && cf->remote_range)
+ cf_error("AO authentication not supported on dynamic BGP sessions");
+
struct bgp_channel_config *cc;
BGP_CF_WALK_CHANNELS(cf, cc)
{