Systems programming questions...

2000-11-21 Thread Mark
Hey all -- I'm trying to find a "correct" way to add virtual interfaces to my network card via a C program. right now, I've come up with 3 system() calls to do the work. I don't know if there is a better way or not, but if there is, I'd like to use it. Is there a better way to create and make

Re: Systems programming questions...

2000-11-21 Thread Peter Pentchev
On Tue, Nov 21, 2000 at 09:29:02AM -0600, Mark wrote: Hey all -- I'm trying to find a "correct" way to add virtual interfaces to my network card via a C program. right now, I've come up with 3 system() calls to do the work. I don't know if there is a better way or not, but if there is,

Re: Systems programming questions...

2000-11-21 Thread Mark
Thus spake Peter Pentchev ([EMAIL PROTECTED]): On Tue, Nov 21, 2000 at 09:29:02AM -0600, Mark wrote: Hey all -- I'm trying to find a "correct" way to add virtual interfaces to my network card via a C program. right now, I've come up with 3 system() calls to do the work. I don't