gtpu: Track the dst FIB entry instead of RR sourcing that 70/24070/2
authorMiklos Tirpak <miklos.tirpak@gmail.com>
Thu, 19 Dec 2019 11:06:20 +0000 (12:06 +0100)
committerNeale Ranns <nranns@cisco.com>
Thu, 19 Dec 2019 18:06:02 +0000 (18:06 +0000)
commit75c72369186f6341a13374d2dd6e60ce3c7a88a6
tree499f1ef89111b8353d46b1169aa46ed2d33a2e49
parent8122cc2ac5c9968c14a2570b8870a4ff7a4893c4
gtpu: Track the dst FIB entry instead of RR sourcing that

RR sourcing the destination FIB entry limits the number of tunnels
to 255 for a particular destination. This change removes this limit.

Type: fix

The patch is based on 1f50bf8fc57ebf78f9056185a342493be460a847
that introduced the FIB entry tracking but did not update
the gtpu plugin.

Signed-off-by: Miklos Tirpak <miklos.tirpak@gmail.com>
Change-Id: I8a4a87382a6eb5120e2bb65b9bc3c446bbfdbd3b
src/plugins/gtpu/gtpu.c