xlate: Always recirculate after an MPLS POP to a non-MPLS ethertype.
[cascardo/ovs.git] / ovn / lib / expr.h
index 501152e..d755b55 100644 (file)
@@ -210,7 +210,7 @@ const char *expr_level_to_string(enum expr_level);
  *     ip6,actions=conjunction(1,1/3)
  *     tp_src=1,actions=conjunction(1,2/3)
  *     tp_src=2,actions=conjunction(1,2/3)
- *     tp_src=2,actions=conjunction(1,2/3)
+ *     tp_src=3,actions=conjunction(1,2/3)
  *     tp_dst=4,actions=conjunction(1,3/3)
  *     tp_dst=5,actions=conjunction(1,3/3)
  *     tp_dst=6,actions=conjunction(1,3/3)
@@ -222,10 +222,10 @@ const char *expr_level_to_string(enum expr_level);
  *     conj_id=1,actions=...
  *     ip,tp_src=1,actions=conjunction(1,1/2)
  *     ip,tp_src=2,actions=conjunction(1,1/2)
- *     ip,tp_src=2,actions=conjunction(1,1/2)
+ *     ip,tp_src=3,actions=conjunction(1,1/2)
  *     ip6,tp_src=1,actions=conjunction(1,1/2)
  *     ip6,tp_src=2,actions=conjunction(1,1/2)
- *     ip6,tp_src=2,actions=conjunction(1,1/2)
+ *     ip6,tp_src=3,actions=conjunction(1,1/2)
  *     ip,tp_dst=4,actions=conjunction(1,2/2)
  *     ip,tp_dst=5,actions=conjunction(1,2/2)
  *     ip,tp_dst=6,actions=conjunction(1,2/2)
@@ -293,7 +293,7 @@ bool expr_relop_from_token(enum lex_type type, enum expr_relop *relop);
  *       have grandchildren of its own type.
  *
  *       As a consequence, every nonterminal node at the same distance from the
- *       root of the root has the same type.
+ *       root has the same type.
  *
  *     - EXPR_T_AND and EXPR_T_OR nodes must have at least two children.
  *