Bug #1850
closedWAN interface missing on traffic shaper queue interface
0%
Description
Hi,
running the latest 2.0RC3:
2.0-RC3 (amd64)
built on Tue Sep 6 22:44:22 EDT 2011
the WAN interface is missing in the Firewall->Traffic Shaper->By Interface menu. (pic01.png).
The interface itself is there and used by the system as WAN interface. (pic02.png).
The only "known difference" is the fact that the device is running with an extra module called "if_mos.ko". I compiled the module inside the developer OVA VM anfd copied over to the firewall. It resides in "/boot/modules" and is loaded by an entry in "/boot/loader.conf.local". It's even update safe :)
I don't think that's the reason why it's not shown there, but you never know :-/
If you have questions, just contact me.
KR,
Grimeton
Files
Updated by Oliver Loch over 13 years ago
Hi,
after checking that altq is implemented into the driver, I added it to the is_altq_capable() function in the "/etc/inc/interfaces.php" file.
I guess the problem appeared because the driver is not jet in the 8.1 kernel.
Thanks anyway!
KR,
Grimeton
Updated by Ermal Luçi over 13 years ago
- Target version deleted (
2.0)
I cannot see this driver in FreeBSD 8.1 did you compile from some patch of sorts?
Updated by Chris Buechler over 13 years ago
- Status changed from New to Closed
driver doesn't exist in stock releases
Updated by Oliver Loch over 13 years ago
Ermal Luçi wrote:
I cannot see this driver in FreeBSD 8.1 did you compile from some patch of sorts?
The driver is from this location: http://rickvanderzwet.nl/trac/personal/browser/freebsd-mos-driver?order=name
The README file says:
========8<====snip=========
EXPERIMENTAL Beta code, use with care. Active development.
Status: It has been committed to HEAD (r218729).
Target: Get it RELENG_8 to make it into release.
=====snap=====>8===========
The name and the product id are in "src/sys/dev/usb/usbdev" but the driver doesn't seem to be part of the 8.1 kernel.
It's working now - so thanks anyway :)
KR,
Grimeton