diff options
Diffstat (limited to 'print-bootp.c')
-rw-r--r-- | print-bootp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-bootp.c b/print-bootp.c index 95d5d73b..2bc8bb6b 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -512,7 +512,7 @@ static const struct tok tag2str[] = { { TAG_CLASSLESS_STA_RT_MS, "$Classless-Static-Route-Microsoft" }, /* RFC 5859 - TFTP Server Address Option for DHCPv4 */ { TAG_TFTP_SERVER_ADDRESS, "iTFTP-Server-Address" }, -/* http://www.iana.org/assignments/bootp-dhcp-extensions/index.htm */ +/* https://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml#options */ { TAG_SLP_NAMING_AUTH, "aSLP-NA" }, { TAG_CLIENT_FQDN, "$FQDN" }, { TAG_AGENT_CIRCUIT, "$Agent-Information" }, |