summaryrefslogtreecommitdiff
path: root/libnm-core/tests/test-general.c
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2020-07-15 17:27:09 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2020-08-26 17:28:45 +0200
commit757fa4711f87bf31f0de47facc4127e8ae915f54 (patch)
tree8368334b7b6a1e64b42324ef0eb8cedf9e0c28dc /libnm-core/tests/test-general.c
parentc25aed5051814163be6caadc45be58e6fb875b1a (diff)
downloadNetworkManager-757fa4711f87bf31f0de47facc4127e8ae915f54.tar.gz
all: add ipv4.dhcp-reject-servers property
Add a new dhcp-reject-servers property to the ipv4 setting, that allows specifying a list of server-ids from which offers should be rejected.
Diffstat (limited to 'libnm-core/tests/test-general.c')
-rw-r--r--libnm-core/tests/test-general.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-core/tests/test-general.c b/libnm-core/tests/test-general.c
index 2802b035e1..e443822541 100644
--- a/libnm-core/tests/test-general.c
+++ b/libnm-core/tests/test-general.c
@@ -3388,6 +3388,7 @@ test_connection_diff_a_only (void)
{ NM_SETTING_IP_CONFIG_DNS_PRIORITY, NM_SETTING_DIFF_RESULT_IN_A },
{ NM_SETTING_IP_CONFIG_DHCP_IAID, NM_SETTING_DIFF_RESULT_IN_A },
{ NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER, NM_SETTING_DIFF_RESULT_IN_A },
+ { NM_SETTING_IP_CONFIG_DHCP_REJECT_SERVERS, NM_SETTING_DIFF_RESULT_IN_A },
{ NULL, NM_SETTING_DIFF_RESULT_UNKNOWN },
} },
};