diff options
Diffstat (limited to 'test/test-network/conf/dhcp-client-allow-list.network')
-rw-r--r-- | test/test-network/conf/dhcp-client-allow-list.network | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/test-network/conf/dhcp-client-allow-list.network b/test/test-network/conf/dhcp-client-allow-list.network new file mode 100644 index 0000000000..8228369887 --- /dev/null +++ b/test/test-network/conf/dhcp-client-allow-list.network @@ -0,0 +1,11 @@ +[Match] +Name=veth99 + +[Network] +DHCP=ipv4 +IPv6AcceptRA=false + +[DHCPv4] +# DenyList= will be ignored +AllowList=192.168.5.0/24 192.168.6.0/24 +DenyList=192.168.5.0/24 |