[EMAIL PROTECTED] wrote: > I'm running FreeBSD 5.4-RELEASE FreeBSD 5.4-RELEASE #6: > > > > When running the following line I get the following error, vlan117 is up > and running and working just fine, but I can't seem to do any shaping on > it. > > > > ipfw add 107 queue 9 ip from any to any in vlan117 > > ipfw: unrecognised option [-1] vlan117 > >
Try using "via" before iface: ipfw add 107 queue 9 ip from any to any in via vlan117 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
