Re: using ioctl to change the interface's IP

From: Alan Cox
Date: Mon Jul 20 2009 - 12:48:41 EST


On Mon, 20 Jul 2009 13:39:21 -0300
Rafael Almeida <almeidaraf@xxxxxxxxx> wrote:

> Hello,
>
> I was studying ioctl recently and I found out that, in order to change
> the IP of a certain interface, you have to create a dummy socket with
> socket(2) and use the returned file descriptor in the ioctl call. That
> seems strange to me because the IP is not changed only for that
> particular descriptor, but globally. Why wasn't a new system call
> created for handling situations such as that?

You would have to ask the people who invented the Unix interface in
question about thirty years ago
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/