forked from Imagelibrary/rtems
2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>
* rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and SIOCDIFADDR.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>
|
||||
|
||||
* rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
|
||||
SIOCDIFADDR.
|
||||
|
||||
2002-10-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* kern/uipc_socket.c: Make sure that small non-zero delays work.
|
||||
|
||||
@@ -1075,6 +1075,11 @@ int rtems_bsdnet_ifconfig (const char *ifname, unsigned32 cmd, void *param)
|
||||
*((int*) param) = ifreq.ifr_media;
|
||||
break;
|
||||
|
||||
case SIOCAIFADDR:
|
||||
case SIOCDIFADDR:
|
||||
r = ioctl(s, cmd, (struct freq *) param);
|
||||
break;
|
||||
|
||||
default:
|
||||
errno = EOPNOTSUPP;
|
||||
r = -1;
|
||||
|
||||
Reference in New Issue
Block a user