nat: static mappings in flow hash
Put static mappings in flow hash, drop existing hash tables used for static mappings. Drop refcount variables and use hash table as a single point of truth. Allow creating a static mapping conflicting with dynamic mapping, which will take precedence after dynamic mapping is freed, so that the existing flow can finish transferring data. Type: fix Signed-off-by: Klement Sekera <ksekera@cisco.com> Change-Id: Idfde8efabc09971be38921d4b0ca5ccf4e9fe412
This commit is contained in:
@ -1304,6 +1304,8 @@ class VppTestCase(CPUInterface, unittest.TestCase):
|
||||
n_rx = len(pkts)
|
||||
self.pg_send(intf, pkts, worker=worker, trace=trace)
|
||||
rx = output.get_capture(n_rx)
|
||||
if trace:
|
||||
self.logger.debug(self.vapi.cli("show trace"))
|
||||
return rx
|
||||
|
||||
def send_and_expect_only(self, intf, pkts, output, timeout=None):
|
||||
|
Reference in New Issue
Block a user