Signed-off-by: Alexandra Rukomoinikova <[email protected]>
---
northd/en-northd.c | 2 --
northd/northd.h | 1 -
2 files changed, 3 deletions(-)
diff --git a/northd/en-northd.c b/northd/en-northd.c
index cd681e900..77cce8c9c 100644
--- a/northd/en-northd.c
+++ b/northd/en-northd.c
@@ -76,8 +76,6 @@ northd_get_input_data(struct engine_node *node,
EN_OVSDB_GET(engine_get_input("NB_chassis_template_var", node));
input_data->nbrec_mirror_table =
EN_OVSDB_GET(engine_get_input("NB_mirror", node));
- input_data->nbrec_mirror_rule_table =
- EN_OVSDB_GET(engine_get_input("NB_mirror_rule", node));
input_data->nbrec_port_group_table =
EN_OVSDB_GET(engine_get_input("NB_port_group", node));
input_data->nbrec_network_function_table =
diff --git a/northd/northd.h b/northd/northd.h
index 7dc261216..258f4c42b 100644
--- a/northd/northd.h
+++ b/northd/northd.h
@@ -37,7 +37,6 @@ struct northd_input {
const struct nbrec_chassis_template_var_table
*nbrec_chassis_template_var_table;
const struct nbrec_mirror_table *nbrec_mirror_table;
- const struct nbrec_mirror_rule_table *nbrec_mirror_rule_table;
const struct nbrec_port_group_table *nbrec_port_group_table;
const struct nbrec_network_function_table *nbrec_network_function_table;
const struct nbrec_network_function_group_table
--
2.48.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev