Skip to content

Commit

Permalink
northd: fix IPv6-PD with northd IP rework
Browse files Browse the repository at this point in the history
Since commit 4597317 ("Introduce incremental processing for northd"),
we rely on (partial) IP for ovn-northd. We need to track SB port_binding
option column in order to notify the CMS whenever the controller
receives the IPv6 prefix from the server.

Fixes: 4597317 ("Introduce incremental processing for northd")
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
LorenzoBianconi authored and numansiddique committed Jan 17, 2022
1 parent a906960 commit d32a9bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion northd/ovn-northd.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,8 @@ main(int argc, char *argv[])
&sbrec_port_binding_col_parent_port);
add_column_noalert(ovnsb_idl_loop.idl, &sbrec_port_binding_col_tag);
add_column_noalert(ovnsb_idl_loop.idl, &sbrec_port_binding_col_type);
add_column_noalert(ovnsb_idl_loop.idl, &sbrec_port_binding_col_options);
ovsdb_idl_track_add_column(ovnsb_idl_loop.idl,
&sbrec_port_binding_col_options);
add_column_noalert(ovnsb_idl_loop.idl, &sbrec_port_binding_col_mac);
add_column_noalert(ovnsb_idl_loop.idl,
&sbrec_port_binding_col_nat_addresses);
Expand Down

0 comments on commit d32a9bc

Please sign in to comment.