Skip to content

Commit

Permalink
Update feature.textproto (#2010)
Browse files Browse the repository at this point in the history
Feature textproto update to include following config and state level paths for neighbor port definition. This is an extension of the Feature profile test covered in pull/1761


- /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/config/neighbor-port

- /network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/state/neighbor-port

Co-authored-by: Darren Loher <[email protected]>
  • Loading branch information
sachendras and dplore authored Sep 20, 2023
1 parent ec54355 commit 19737a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions feature/bgp/feature.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,18 @@ config_path {
config_path {
path: "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/config/neighbor-address"
}
config_path {
path: "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/config/neighbor-port"
}
telemetry_path {
path: "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/state/enabled"
}
telemetry_path {
path: "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/state/neighbor-address"
}
telemetry_path {
path: "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/state/neighbor-port"
}
telemetry_path {
path: "/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/state/established-transitions"
}
Expand Down

0 comments on commit 19737a8

Please sign in to comment.