diff options
Diffstat (limited to 'tests/suites/honeycomb/resources/sub_interfaces.py')
-rw-r--r-- | tests/suites/honeycomb/resources/sub_interfaces.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/suites/honeycomb/resources/sub_interfaces.py b/tests/suites/honeycomb/resources/sub_interfaces.py index e4acd004ac..6904b48015 100644 --- a/tests/suites/honeycomb/resources/sub_interfaces.py +++ b/tests/suites/honeycomb/resources/sub_interfaces.py @@ -275,3 +275,13 @@ tag_rewrite_translate_1_2_wrong = { } ] } + +# IP addresses configured on sub-interface during tests +ipv4 = { + "address": "192.168.0.4", + "netmask": "255.255.255.0", + "prefix-length": 24} +ipv4_2 = { + "address": "192.168.0.5", + "netmask": "255.255.0.0", + "prefix-length": 16} |