From 863e67beeff61819fb66e47a29becff8925dfdb7 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:12:42 +0100 Subject: dhcp-server: T6079: Disable duplicate static-mappings on migration --- smoketest/configs/basic-vyos | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'smoketest') diff --git a/smoketest/configs/basic-vyos b/smoketest/configs/basic-vyos index 033c1a518..9c28f4b86 100644 --- a/smoketest/configs/basic-vyos +++ b/smoketest/configs/basic-vyos @@ -87,6 +87,14 @@ service { start 192.168.0.20 stop 192.168.0.240 } + static-mapping TEST1 { + ip-address 192.168.0.21 + mac-address 00:01:02:03:04:05 + } + static-mapping TEST2 { + ip-address 192.168.0.22 + mac-address 00:01:02:03:04:05 + } } } } -- cgit v1.2.3