From: Jon Loeliger Date: Thu, 1 Feb 2018 18:10:40 +0000 (-0600) Subject: vxlan: Lookup FIB in either IPv4 or IPv6 families. X-Git-Tag: v18.04-rc1~396 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2b9453c55a7294d8eedf126d616a608c32be0e36;hp=2b9453c55a7294d8eedf126d616a608c32be0e36;p=vpp.git vxlan: Lookup FIB in either IPv4 or IPv6 families. Prior to this commit, the VXLAN "create" API assumed the vrf_id belonged to only the IPv4 FIB tables space. With this commit, the FIB table is found in either the IPv4 or IPv6 table as determined by the is_ipv6 flag. This follows the same pattern that was already being done in the CLI code for the VXLAN "create" command. Change-Id: I35d5e37db24efa858e4696dc2c004fa64bb4a4a8 Signed-off-by: Jon Loeliger ---