summaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat44/ed_inlines.h
AgeCommit message (Collapse)AuthorFilesLines
2020-08-17nat: sessions get expired when fib table removedFilip Varga1-0/+111
fib table removal would leave lingering sessions in vpp this patch is aimed at solving this issue by grouping sessions by source and destionation fib. if one of the fibs gets removed this grouping is tagged as expired and session won't be passed to non existing fib table Ticket: VPPSUPP-93 Type: improvement Change-Id: I45b1205a8b58d91f174e6feb862554ec2f6cffad Signed-off-by: Filip Varga <fivarga@cisco.com>
2020-05-13nat: fix LRU blocked by inactive sessionKlement Sekera1-0/+144
This fixes a situation where long-lived inactive session blocks LRU list. Solution is to have multiple LRU lists based on session type. This helps because session timeout is same for all sessions of same type. Type: fix Signed-off-by: Klement Sekera <ksekera@cisco.com> Change-Id: I5e54b2aab73b23911d6518d42e8c3f166c69a38c