Module Name: src Committed By: roy Date: Thu Sep 1 19:04:30 UTC 2016
Modified Files: src/sys/net: rtsock.c Log Message: Split out sysctl_iflist into sysctl_iflist_if and sysctl_iflist_addr. Setup a command and function pointer in one case statement instead of having a seconary case statement within a loop. This makes the code much easier to follow, and possibly to add more compat in the future. Don't panic when running an old binary without compat support. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/net/rtsock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.