vxlan-gbp: Add support for vxlan gbp
[vpp.git] / src / plugins / gbp / gbp_subnet.c
index 3819a51..b392511 100644 (file)
@@ -129,7 +129,7 @@ gbp_subnet_fib_table_walk (fib_node_index_t fei, void *arg)
           /* *INDENT-OFF* */
           ctx->cb (table_id, pfx,
                    ~0, // sw_if_index
-                   ~0,  // epg
+                   EPG_INVALID,  // epg
                    1,   // is_internal
                    ctx->ctx);
           /* *INDENT-ON* */