summaryrefslogtreecommitdiff
path: root/libnm-core/tests
diff options
context:
space:
mode:
authorEliot Lear <github@ofcourseimright.com>2020-04-08 07:30:08 +0000
committerThomas Haller <thaller@redhat.com>2020-04-24 10:07:38 +0200
commit295e6678ddb02b2d183f2b3f70d91eb6e65625ad (patch)
tree8f9df8249c781100598ed426c0f62074f4aed5a4 /libnm-core/tests
parent25583de20ba0df49d9364c580011d4c75c3be8f8 (diff)
downloadNetworkManager-295e6678ddb02b2d183f2b3f70d91eb6e65625ad.tar.gz
dhcp: add support for MUD URL (RFC 8520)
[thaller@redhat.com: rewritten commit message] https://tools.ietf.org/html/rfc8520 https://blog.apnic.net/2019/05/14/protecting-the-internet-of-things-with-mud/ https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/402 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/463
Diffstat (limited to 'libnm-core/tests')
-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 138702e4ca..7da2479647 100644
--- a/libnm-core/tests/test-general.c
+++ b/libnm-core/tests/test-general.c
@@ -3334,6 +3334,7 @@ test_connection_diff_a_only (void)
{ NM_SETTING_CONNECTION_AUTH_RETRIES, NM_SETTING_DIFF_RESULT_IN_A },
{ NM_SETTING_CONNECTION_MDNS, NM_SETTING_DIFF_RESULT_IN_A },
{ NM_SETTING_CONNECTION_LLMNR, NM_SETTING_DIFF_RESULT_IN_A },
+ { NM_SETTING_CONNECTION_MUD_URL, NM_SETTING_DIFF_RESULT_IN_A },
{ NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT, NM_SETTING_DIFF_RESULT_IN_A },
{ NULL, NM_SETTING_DIFF_RESULT_UNKNOWN }
} },