summaryrefslogtreecommitdiff
path: root/ovn/northd
diff options
context:
space:
mode:
authorZongkai LI <zealokii@gmail.com>2016-10-11 07:50:20 +0000
committerBen Pfaff <blp@ovn.org>2016-10-11 13:38:06 -0700
commit4f6d33f369e720b36664792a5e1c4f8ca81297e6 (patch)
tree6a59a25442556e39b7043cb2c6a841e4bb67c46a /ovn/northd
parent33f15d17e184449d3eb7792cd51b7d5256abd0ef (diff)
downloadopenvswitch-4f6d33f369e720b36664792a5e1c4f8ca81297e6.tar.gz
ovn-northd: fix router ingress table ID in comments
This patch fixes wrong table ID in comments for logical router ingress table IP Routing, ARP Resolution and ARP request. Signed-off-by: Zongkai LI <zealokii@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn/northd')
-rw-r--r--ovn/northd/ovn-northd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index 281dc626f..9d74ec6b2 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -4014,7 +4014,7 @@ build_lrouter_flows(struct hmap *datapaths, struct hmap *ports,
"ip", "flags.loopback = 1; ct_dnat;");
}
- /* Logical router ingress table 4: IP Routing.
+ /* Logical router ingress table 5: IP Routing.
*
* A packet that arrives at this table is an IP packet that should be
* routed to the address in 'ip[46].dst'. This table sets outport to
@@ -4056,7 +4056,7 @@ build_lrouter_flows(struct hmap *datapaths, struct hmap *ports,
/* XXX destination unreachable */
- /* Local router ingress table 5: ARP Resolution.
+ /* Local router ingress table 6: ARP Resolution.
*
* Any packet that reaches this table is an IP packet whose next-hop IP
* address is in reg0. (ip4.dst is the final destination.) This table
@@ -4251,7 +4251,7 @@ build_lrouter_flows(struct hmap *datapaths, struct hmap *ports,
"get_nd(outport, xxreg0); next;");
}
- /* Local router ingress table 6: ARP request.
+ /* Local router ingress table 7: ARP request.
*
* In the common case where the Ethernet destination has been resolved,
* this table outputs the packet (priority 0). Otherwise, it composes