summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0018jump_variable_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0018jump_variable_0.nft')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0018jump_variable_0.nft8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0018jump_variable_0.nft b/tests/shell/testcases/nft-f/dumps/0018jump_variable_0.nft
new file mode 100644
index 00000000..0ddaf07f
--- /dev/null
+++ b/tests/shell/testcases/nft-f/dumps/0018jump_variable_0.nft
@@ -0,0 +1,8 @@
+table ip foo {
+ chain bar {
+ jump ber
+ }
+
+ chain ber {
+ }
+}