tech-net archive

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

Re: sysctl to disable protocol stack



>> Even [given sysctl set/get handlers], though, I think it might be
>> worth thinking about making the other interfaces (other than the
>> domain struct and the sysctl interface, that is) be "enabled" style.
> You mean you'd prefer the code read
>       if (!dom_enabled(...))
>               goto drop;
> rather than
>       if (dom_disabled(...))
>               goto drop;

That is what I meant.  But, looking at it, I - like you - don't really
see the difference.  Okay, never mind.

/~\ 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