diff options
author | Phil Sutter <phil@nwl.cc> | 2021-05-20 12:25:57 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2022-06-11 11:47:03 +0200 |
commit | 09ffa608476b8052b33b7fa0b2fe59f521aaeec1 (patch) | |
tree | 3015b755c785c5515f2649dde460a3b77b76b81e | |
parent | 0e4d9fcb7b79821fae9b9b704ae64db39f0de3a5 (diff) |
extensions: libebt_standard.t: Test logical-{in,out} as well
These weren't used anywhere before. At least ensure they are only
allowed where claimed.
Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r-- | extensions/libebt_standard.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/libebt_standard.t b/extensions/libebt_standard.t index c6c31727..97cb3baa 100644 --- a/extensions/libebt_standard.t +++ b/extensions/libebt_standard.t @@ -12,12 +12,17 @@ :INPUT -i foobar;=;OK -o foobar;=;FAIL +--logical-in br0;=;OK +--logical-out br1;=;FAIL :FORWARD -i foobar;=;OK -o foobar;=;OK +--logical-in br0 --logical-out br1;=;OK :OUTPUT -i foobar;=;FAIL -o foobar;=;OK +--logical-in br0;=;FAIL +--logical-out br1;=;OK :PREROUTING *nat -i foobar;=;OK |