None Known - all protocol implements the TCP Authentication Option (TCP MD5)
Link to Sonar Report (80,8%)
The BGP extensions were tested manually with vendor’s BGP router implementation or other software implementations (exaBGP, bagpipeBGP). Also, they are covered by the unit tests and automated system tests.
New BGP Openconfig statistics feature requires more testing.
First we get old configuration
URL: /restconf/config/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols
Method: GET
where example-bmp-monitor old bmp monitor id
Then we insert it
URL: /restconf/config/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols
Method: POST
First we get old configuration
URL: /restconf/config/network-topology:network-topology
Method: GET
Then we insert it
URL: /restconf/config/network-topology:network-topology
Method: POST
First we get old configuration
URL: /restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/config:module/odl-bmp-impl-cfg:bmp-monitor-impl/example-bmp-monitor
Method: GET
example-bmp-monitor old bmp monitor id
Then we insert it
URL: /restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/config:module/odl-bmp-impl-cfg:bmp-monitor-impl/example-bmp-monitor
Method: PUT
There are no additional steps needed for migration to this release.