Supply zero preference in advertise and reply messages

This commit is contained in:
Simon Kelley
2012-03-10 21:40:10 +00:00
parent dd88c17f15
commit 2a82db4caf
2 changed files with 6 additions and 2 deletions

View File

@@ -763,7 +763,11 @@ static int dhcp6_no_relay(int msg_type, struct in6_addr *link_address, struct dh
}
end_opt6(o);
o = new_opt6(OPTION6_PREFERENCE);
put_opt6_char(0);
end_opt6(o);
break;
}
}