Subject: Re: Cloning network pseudo-devices To: None <itojun@iijlab.net> From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us> List: tech-net Date: 07/02/2000 17:45:02
If we could specify both needs-flag and needs-count for the
pseudo-device, we could get what we wanted:
nothing -> GIF=0, NGIF=0
pseudo-device gif 0 -> GIF=1, NGIF=0
pseudo-device gif N -> GIF=1, NGIF=N
...
- Bill