Allow router advertisements to have the "off-link" bit set.

This commit is contained in:
Neil Jerram
2015-06-10 22:13:06 +01:00
committed by Simon Kelley
parent 0ddb8769bb
commit 2fd5bc952d
3 changed files with 12 additions and 4 deletions

View File

@@ -868,6 +868,7 @@ struct dhcp_context {
#define CONTEXT_USED (1u<<15)
#define CONTEXT_OLD (1u<<16)
#define CONTEXT_V6 (1u<<17)
#define CONTEXT_RA_OFF_LINK (1u<<18)
struct ping_result {
struct in_addr addr;