From 219fbb228f5274d2db740139a0d3258902370165 Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Wed, 13 May 2020 11:35:57 +0000 Subject: nat: "users" dump for ED-NAT Since the removal of "users" concept in ED-NAT nat44_user_dump API returns empty array. This brings back previous behaviour at a considerable runtime cost until a better API is introduced. Type: improvement Change-Id: I5a45923cfeb6b8ebe6fc906601264d6567386991 Signed-off-by: Klement Sekera --- test/requirements-3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/requirements-3.txt') diff --git a/test/requirements-3.txt b/test/requirements-3.txt index a32dc6e1581..a77c0895b15 100644 --- a/test/requirements-3.txt +++ b/test/requirements-3.txt @@ -258,4 +258,4 @@ urllib3==1.25.8 \ # WARNING: The following packages were not pinned, but pip requires them to be # pinned when the requirements file includes hashes. Consider using the --allow-unsafe flag. -# setuptools==46.1.3 # via sphinx +# setuptools==46.2.0 # via sphinx -- cgit 1.2.3-korg