Skip to content

Commit 5ba1fa0

Browse files
committed
DHCPv6: Print the text 'enterprise' in the Relay Agent Remote-ID option
As per RFC 4649, section 3. Same as in Vendor-specific Information option and DUID-EN content.
1 parent 0d25738 commit 5ba1fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-dhcp6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ dhcp6opt_print(netdissect_options *ndo,
680680
break;
681681
}
682682
tp = (const u_char *)(dh6o + 1);
683-
ND_PRINT(" %u ", GET_BE_U_4(tp));
683+
ND_PRINT(" enterprise %u ", GET_BE_U_4(tp));
684684
/*
685685
* Print hex dump first 10 characters.
686686
*/

0 commit comments

Comments
 (0)