diff options
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0009variable_0.nft')
-rw-r--r-- | tests/shell/testcases/nft-f/dumps/0009variable_0.nft | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0009variable_0.nft b/tests/shell/testcases/nft-f/dumps/0009variable_0.nft new file mode 100644 index 0000000..7f59a27 --- /dev/null +++ b/tests/shell/testcases/nft-f/dumps/0009variable_0.nft @@ -0,0 +1,7 @@ +table inet forward { + set concat-set-variable { + type ipv4_addr . inet_service + elements = { 10.10.10.10 . 25, + 10.10.10.10 . 143 } + } +} |