[ovs-dev] [PATCH ovn v2 01/14] ovn-northd: add marker for ovn-northd changes

anton.ivanov at cambridgegreys.com anton.ivanov at cambridgegreys.com
Fri Sep 18 15:07:43 UTC 2020


From: Anton Ivanov <anton.ivanov at cambridgegreys.com>

Signed-off-by: Anton Ivanov <anton.ivanov at cambridgegreys.com>
---
 northd/ovn-northd.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c
index cfec6a2c8..355d539da 100644
--- a/northd/ovn-northd.c
+++ b/northd/ovn-northd.c
@@ -6736,6 +6736,11 @@ build_drop_arp_nd_flows_for_unbound_router_ports(struct ovn_port *op,
     ds_destroy(&match);
 }
 
+/*
+* Do not remove this comment - it is here as a marker to
+* make diffs readable.
+*/
+
 static void
 build_lswitch_flows(struct hmap *datapaths, struct hmap *ports,
                     struct hmap *port_groups, struct hmap *lflows,
-- 
2.20.1



More information about the dev mailing list