diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-25 19:43:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-25 19:43:13 +0200 |
commit | afbe11ef686752c07bd4970c9c72c911864c4081 (patch) | |
tree | 48896e585ab3e1c211ae37cd9ff63f259d92815d /smoketest | |
parent | 89efdb67d84d5f59a0716f5d9f8530b8b6268101 (diff) | |
download | vyos-1x-afbe11ef686752c07bd4970c9c72c911864c4081.tar.gz vyos-1x-afbe11ef686752c07bd4970c9c72c911864c4081.zip |
smoketest: config: T4397: add some static ARP entries
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/configs/basic-vyos | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/smoketest/configs/basic-vyos b/smoketest/configs/basic-vyos index 493feed5b..7716cfa0b 100644 --- a/smoketest/configs/basic-vyos +++ b/smoketest/configs/basic-vyos @@ -16,6 +16,15 @@ interfaces { } protocols { static { + arp 172.18.203.20 { + hwaddr 00:50:00:00:00:20 + } + arp 172.18.203.30 { + hwaddr 00:50:00:00:00:30 + } + arp 172.18.203.40 { + hwaddr 00:50:00:00:00:40 + } route 0.0.0.0/0 { next-hop 100.64.0.1 { } |