What's new

Configuration of the NDK server administrative state (default: disabled). Configure the NDK server administrative state

Under the bfd_service.proto, all instances of Bfdmgr are updated to Bfd and have the Pb suffix removed.

bfd_service.proto
Under the lldp_service.proto, the Pb suffix is now removed from the following messages:
  • LldpNeighborData
  • LldpNeighborKey

LldpNeighborData

LldpNeighborKey

Under the nexthop_group_service.proto, in the NextHopGroup message, the next_hop field is updated to nexthops NextHopGroup
Under the nexthop_group_service.proto, in the NextHopGroupDeleteRequest message, the group_key field is updated to group_keys NextHopGroupDeleteRequest

Under the route_service.proto, the RoutePb message is updated to Route, and within the Route message, the following fields are updated:

  • nhg_id field is updated to nexthop_group_id
  • nexthop field is updated to nexthops
Route

Under the route_service.proto, the RouteKeyPb message is updated to RouteKey, and within the RouteKey message, the net_inst_name field is updated to network_instance_name

RouteKey

Under the sdk_common.proto, in the IpAddressPb message, the addr field is updated to ip_address

IpAddressPb

Under the sdk_common.proto, in the SdkMgrOperation and SdkMgrStatus messages, all fields are updated to be capitalized with underscores

SdkMgrOperation

SdkMgrStatus

Under the sdk_service.proto, in the AgentRegistrationRequest messge, the js_path field is updated to js_paths. AgentRegistrationRequest
Under the sdk_service.proto, in the Notification message, the following fields are updated:
  • sub_id field is updated to subscription_id
  • intf field is updated to interface
  • nw_inst field is updated to network_instance
  • appid field is updated to app_id
  • nhg field is updated to nexthop_group
Notification
Under the sdk_service.proto, in the NotificationQuerySubscription message, the sub_id field is updated to subscription_id NotificationQuerySubscription
Under the sdk_service.proto, in the NotificationRegisterRequest message, the following fields are updated:
  • intf field is updated to interface
  • nw_inst field is updated to network_instance
  • nhg field is updated to nexthop_group
  • appid field is updated to app_id
NotificationRegisterRequest
Under the sdk_service.proto, in the NotificationRegisterResponse message, the sub_id field is updated to subscription_id NotificationRegisterResponse
Under the sdk_service.proto, in the NotificationStreamResponse message, the notification field is updated to notifications NotificationStreamResponse
Under the sdk_service.proto, in the NotificationRegisterRequest.Operation message, all fields are updated to be capitalized with underscores NotificationRegisterRequest.Operation
Under the telemetry_service.proto, in the TelemetryDeleteRequest message, the key field is updated to keys TelemetryDeleteRequest