Sending IPv6_ra more often.
This commit is contained in:
parent
c9888dc111
commit
7034e6a018
4 changed files with 12 additions and 1 deletions
1
dhcp6.c
1
dhcp6.c
|
|
@ -459,6 +459,7 @@ void dhcpv6_process(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l)
|
|||
}
|
||||
|
||||
dhcp6_send_reply(s, t, &p_ip6_hdr_in->ip6_src);
|
||||
send_ipv6_ra(s, t, &p_ip6_hdr_in->ip6_src); // send a RA
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue