gre: Multipoint GRE fixes
[vpp.git] / src / vnet / teib / teib_cli.c
index fd9e55e..a23902e 100644 (file)
@@ -40,10 +40,10 @@ teib_add (vlib_main_t * vm,
        ;
       else if (unformat (line_input, "peer %U", unformat_ip_address, &peer))
        ;
-      else if (unformat (line_input, "nh %U", unformat_ip_address, &nh))
-       ;
       else if (unformat (line_input, "nh-table-id %d", &nh_table_id))
        ;
+      else if (unformat (line_input, "nh %U", unformat_ip_address, &nh))
+       ;
       else
        {
          error = clib_error_return (0, "unknown input `%U'",