tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: if_flags



>>> How much of a pain would it be to grow [ifnet.if_flags]?
> I don't think that there is a binary compatibility issue since ifnet
> is not used in ioctls from what I can see.

Strictly, true, but this is not for internal flags but for flags
userland needs to be able to manipulate, which means that it really
applies not just to if_flags but other places that carry IFF_* flags,
such as ifreq.ifr_flags.  Done simplistically, it would indeed be an
ABI change.

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index