mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
doc update
This commit is contained in:
@@ -121,6 +121,9 @@ int set_ipv6_addr(main_server_st * s, struct proc_st *proc)
|
||||
rt6.rtmsg_dst_len = 128;
|
||||
rt6.rtmsg_metric = 1;
|
||||
|
||||
/* the ioctl() parameters in linux for ipv6 are
|
||||
* well hidden. For that one we use SIOCADDRT as
|
||||
* in busybox. */
|
||||
ret = ioctl(fd, SIOCADDRT, &rt6);
|
||||
if (ret != 0) {
|
||||
e = errno;
|
||||
|
||||
Reference in New Issue
Block a user