Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Nov 4, 2024
1 parent 89cd95f commit dc74dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion northd/northd.c
Original file line number Diff line number Diff line change
Expand Up @@ -12407,7 +12407,7 @@ build_lrouter_bfd_flows(struct lflow_table *lflows, struct ovn_port *op,
struct ds ip_list = DS_EMPTY_INITIALIZER;
struct ds match = DS_EMPTY_INITIALIZER;
char *redirect_name = ovn_chassis_redirect_name(op->nbrp->name);
bool bfd_only = smap_get_bool(&op->nbrp->external_ids, "bfd_only", false);
bool bfd_only = smap_get_bool(&op->nbrp->options, "bfd-only", false);

if (op->lrp_networks.n_ipv4_addrs) {
op_put_v4_networks(&ip_list, op, false);
Expand Down

0 comments on commit dc74dbc

Please sign in to comment.