Opened 12 years ago

Last modified 10 years ago

#262 new enhancement

Forward LIBC sysctl calls for CTL_NET to __libsocket_sysctl

Reported by: dmik Owned by: bird
Priority: normal Milestone: libc-0.7
Component: libc Version:
Severity: normal Keywords:
Cc:

Description

It seems that LIBC doesn't contain any implementation for the CTL_NET syscall() tree while the sysctl() implementation contained in the OS/2 TCP/IP DLL provides quite the same level of functionality as one may find on *nix (in particular, you can get such things as network masks for route entries).

I guess that it is pretty easy to forward _std_sysctl(CTL_NET) to libsocket_sysctl().

Change History (1)

comment:1 Changed 10 years ago by bird

Milestone: libc-0.7
Severity: blockernormal
Note: See TracTickets for help on using tickets.