diff mbox series

[ovs-dev,v5,01/14] ovn-northd: add marker for ovn-northd changes

Message ID 20200911163023.28894-2-anton.ivanov@cambridgegreys.com
State Superseded
Headers show
Series [ovs-dev,v5,01/14] ovn-northd: add marker for ovn-northd changes | expand

Commit Message

Anton Ivanov Sept. 11, 2020, 4:30 p.m. UTC
From: Anton Ivanov <anton.ivanov@cambridgegreys.com>

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

Patch

diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c
index 2b2180ffb..59aedc000 100644
--- a/northd/ovn-northd.c
+++ b/northd/ovn-northd.c
@@ -6601,6 +6601,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,