DragonFly BSD
DragonFly bugs List (threaded) for 2005-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Trouble with openvpn and /dev/tun


From: Dirk Liebke <dliebke-dfly@xxxxxxxx>
Date: Sun, 10 Jul 2005 13:08:11 +0200

Hi Joerg,

could you please take a look at tunstart in if_tun:

 if (!ifq_is_enabled(&ifp->if_snd))
                return;

always evaluates to true if altq is not enabled. I simply
removed these lines and everything is back to normal.
You probably want to conditionalize this statement for
altq enabled kernels.

- Dirk



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