Skip to content

Commit

Permalink
isis: fix incorrect YANG data path
Browse files Browse the repository at this point in the history
fix STATE_PATH in holo-isis which had
ietf-isis

Signed-off-by: Paul Wekesa <[email protected]>
  • Loading branch information
Paul-weqe committed Dec 11, 2024
1 parent 937a1b3 commit 82c392c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holo-isis/src/northbound/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ fn load_callbacks() -> Callbacks<Instance> {
// ===== impl Instance =====

impl Provider for Instance {
const STATE_PATH: &'static str = "/ietf-routing:routing/control-plane-protocols/control-plane-protocol[type='ietf-bgp:bgp'][name='test']/ietf-isis:isis";
const STATE_PATH: &'static str = "/ietf-routing:routing/control-plane-protocols/control-plane-protocol[type='ietf-isis:isis'][name='test']/ietf-isis:isis";

type ListEntry<'a> = ListEntry<'a>;

Expand Down

0 comments on commit 82c392c

Please sign in to comment.