Skip to content

Commit

Permalink
vrrp: remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-weqe committed Dec 11, 2024
1 parent a31c2a6 commit db00218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holo-vrrp/src/northbound/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ fn load_callbacks() -> Callbacks<Interface> {
Box::new(VrrpInstance {
vrid: *vrid,
state: Some(instance.state.state.to_yang()),
// TODO
is_owner: Some(instance.state.is_owner),
last_adv_source: instance.state.last_adv_src.map(std::convert::Into::into).map(Cow::Owned).ignore_in_testing(),
up_datetime: instance.state.up_time.as_ref().map(Cow::Borrowed).ignore_in_testing(),
Expand Down

0 comments on commit db00218

Please sign in to comment.