Skip to content

Commit

Permalink
Merge pull request #36 from holo-routing/isis-path
Browse files Browse the repository at this point in the history
isis: fix incorrect YANG data path
  • Loading branch information
rwestphal authored Dec 11, 2024
2 parents 937a1b3 + 82c392c commit 7f4e714
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 7f4e714

Please sign in to comment.