fix 'sh vxlan tunnels' 21/13821/2
authorNeale Ranns <neale.ranns@cisco.com>
Mon, 30 Jul 2018 18:59:22 +0000 (11:59 -0700)
committerDave Barach <openvpp@barachs.net>
Tue, 31 Jul 2018 11:37:16 +0000 (11:37 +0000)
commit16be62e3846750b5b7921c0b4d6408477be434f7
tree3690b9390c428ff7a13c537f5cb84e52384e5607
parent460dce6e2d017cc7b2151fd0fa61d464570489d7
fix 'sh vxlan tunnels'

this receipe:
  /* Get a line of input. */
  if (!unformat_user (input, unformat_line_input, line_input))
    return 0;
only works if there is more data following the registered command name.
So it is not so good for show commands...

Change-Id: I54249865a44526ade4b40e2d6207138a2d056e40
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
src/vnet/vxlan/vxlan.c