From a3373e339410f88905a307b15c0a629db1095eea Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Fri, 2 Oct 2020 02:00:07 +0200 Subject: ns2: vty: show all nse Don't stop after dumping the first nse Change-Id: I0ca1807692854b23b77ca9042768529df3f80289 --- src/gb/gprs_ns2_vty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gb') diff --git a/src/gb/gprs_ns2_vty.c b/src/gb/gprs_ns2_vty.c index d274cbeb..321b23f2 100644 --- a/src/gb/gprs_ns2_vty.c +++ b/src/gb/gprs_ns2_vty.c @@ -309,7 +309,6 @@ static void dump_ns(struct vty *vty, const struct gprs_ns2_inst *nsi, bool stats llist_for_each_entry(nse, &nsi->nse, list) { dump_nse(vty, nse, stats, persistent_only); - break; } } -- cgit v1.2.3