Make sw_interface_dump more compatible with 2.2.0 80/18980/2
authorVratko Polak <vrpolak@cisco.com>
Wed, 17 Apr 2019 18:02:56 +0000 (20:02 +0200)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 17 Apr 2019 18:48:54 +0000 (18:48 +0000)
commit4a72406360270a4ff0197c9c8cca43366f515aa8
tree7bea27431c6bb5c02313aa0456959996479c33fc
parent317b8e08367c769b90463613231b9fcfad486098
Make sw_interface_dump more compatible with 2.2.0

+ As old PAPI clients are likely to put zero as the value
  for sw_if_index, the behavior should not perform
  index filtering at least when name filtering is enabled (valid).
+ interface.api version set to 2.3.0,
  as the new behavior is backward compatible
  (at least for PAPI with name filter enabled),
  but not forward compatible.
+ Minor whitespace cleanup.

Change-Id: I315a0eae4004f9d9b6c5f9ecf0f179e669729118
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
src/vnet/interface.api
src/vnet/interface_api.c