Currently there is
but no
networking_bgp_config_update
Now that max_paths is in the BGP config, there is a need to make this object updatable. We should probably also support updating the bgp_announce_set_id field as well. It probably does not make sense to update the ASN, since so much is keyed off that, it's likely a better path to require that a new BGP config object be created in that case. vrf is currently meaningless and should probably be removed.
Currently there is
networking_bgp_config_createnetworking_bgp_config_deletebut no
networking_bgp_config_updateNow that
max_pathsis in the BGP config, there is a need to make this object updatable. We should probably also support updating thebgp_announce_set_idfield as well. It probably does not make sense to update the ASN, since so much is keyed off that, it's likely a better path to require that a new BGP config object be created in that case.vrfis currently meaningless and should probably be removed.