Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Oct 31, 2024
1 parent df87e13 commit 7051b67
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions controller/pinctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7561,16 +7561,6 @@ bfd_monitor_run(struct ovsdb_idl_txn *ovnsb_idl_txn,
continue;
}

const char *peer_s = smap_get(&pb->options, "peer");
if (!peer_s) {
continue;
}

const struct sbrec_port_binding *peer
= lport_lookup_by_name(sbrec_port_binding_by_name, peer_s);
if (!peer) {
continue;
}

char *redirect_name = xasprintf("cr-%s", pb->logical_port);
bool resident = lport_is_chassis_resident(
Expand Down

0 comments on commit 7051b67

Please sign in to comment.