From: Neale Ranns Date: Fri, 22 Feb 2019 12:56:14 +0000 (+0000) Subject: GBP: include sclass in format EPG X-Git-Tag: v19.04-rc1~427 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ba94462c42a27f7447e10ca55a3b212970448ceb;p=vpp.git GBP: include sclass in format EPG Change-Id: I6cbc7dafcc59aa67d79c718d88f67d71ee97b4b6 Signed-off-by: Neale Ranns --- diff --git a/src/plugins/gbp/gbp_endpoint_group.c b/src/plugins/gbp/gbp_endpoint_group.c index cefdbea3652..a2922716e42 100644 --- a/src/plugins/gbp/gbp_endpoint_group.c +++ b/src/plugins/gbp/gbp_endpoint_group.c @@ -326,8 +326,9 @@ format_gbp_endpoint_group (u8 * s, va_list * args) vnet_main_t *vnm = vnet_get_main (); if (NULL != gg) - s = format (s, "%d, bd:[%d,%d], rd:[%d] uplink:%U locks:%d", + s = format (s, "%d, sclass:%d bd:[%d,%d], rd:[%d] uplink:%U locks:%d", gg->gg_id, + gg->gg_sclass, gbp_endpoint_group_get_bd_id(gg), gg->gg_bd_index, gg->gg_rd, format_vnet_sw_if_index_name, vnm, gg->gg_uplink_sw_if_index,