Opened 12 years ago
Last modified 11 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().
Note:
See TracTickets
for help on using tickets.