On Fri, Mar 05, 2004 at 12:41:07AM -0500, Ray wrote: > My connection is a 1500Kbps/768Kbps ADSL connection using PPPoE, running on a > 3.3-current machine.
altq didn't work for tun(4) with 3.3-release, and support was added to 3.3-current with sys/net/if_tun.c 1.48 on Jun 12 2003. So, first thing is to check whether your 3.3-current includes that change. If it was built before Jun 12 2003, it certainly doesn't, and trying altq with tun0 will be futile. If you're going to update, go to 3.4-stable. Daniel
