Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
rwestphal committed Jan 10, 2025
1 parent 05b3b3f commit 1e2a0cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion holo-protocol/src/test/stub/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ where
let topo_dir = topology_dir::<P>(topology, router);

// Spawn protocol instance.
let mut stub = start_test_instance::<P>("test").await;
let mut stub = start_test_instance::<P>("eth-sw1").await;

// Push configuration through stub northbound.
let path = format!("{}/{}", topo_dir, "config.json");
Expand Down
4 changes: 2 additions & 2 deletions holo-vrrp/src/northbound/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ fn load_callbacks() -> Callbacks<Interface> {
// ===== impl Interface =====

impl Provider for Interface {
// TODO
const STATE_PATH: &'static str = "";
const STATE_PATH: &'static str =
"/ietf-interfaces:interfaces/interface[name='eth-sw1']/ietf-ip:ipv4/ietf-vrrp:vrrp";

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

Expand Down

0 comments on commit 1e2a0cc

Please sign in to comment.