feature: add descriptive cli command output for 'set interface feature' 95/23295/9
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 6 Nov 2019 18:25:17 +0000 (13:25 -0500)
committerDamjan Marion <dmarion@me.com>
Tue, 17 Dec 2019 18:26:59 +0000 (18:26 +0000)
  DBGvpp# set interface feature local0 arp-foo arc bad-arc
  set interface feature: Unknown arc name (bad-arc)...

  DBGvpp# set interface feature local0 arp-foo arc arp
  set interface feature: Feature (arp-foo) not registered to arc (arp)...
  See 'show features verbose' for valid feature/arc combinations.

  DBGvpp# set interface feature local0 arp-disabled arc arp

Type: fix

Change-Id: I036bb2a75dd2d40f6901e4fde3eb14925238e19b
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>

No differences found