diff options
Diffstat (limited to 'src/net/ndp.c')
| -rw-r--r-- | src/net/ndp.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/net/ndp.c b/src/net/ndp.c index 8141c8deb..6450aa9f0 100644 --- a/src/net/ndp.c +++ b/src/net/ndp.c @@ -786,6 +786,16 @@ const struct setting ndp_dns6_setting __setting ( SETTING_IP_EXTRA, dns6 ) = { .scope = &ndp_settings_scope, }; +/** DNS search list setting */ +const struct setting ndp_dnssl_setting __setting ( SETTING_IP_EXTRA, dnssl ) = { + .name = "dnssl", + .description = "DNS search list", + .tag = NDP_TAG ( NDP_OPT_DNSSL, + offsetof ( struct ndp_dnssl_option, names ) ), + .type = &setting_type_dnssl, + .scope = &ndp_settings_scope, +}; + /**************************************************************************** * * IPv6 autoconfiguration |
