| Summary: | Easily reproduceable mac_lomac panic | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Tim J. Robbins <tim> |
| Component: | kern | Assignee: | Robert Watson <rwatson> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.1-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Tim J. Robbins
2003-06-11 10:50:19 UTC
Responsible Changed From-To: freebsd-bugs->rwatson Assign to trustebsd developer It doesn't seem to panic anymore, but the output of ifconfig doesn't
look quite right:
# ifconfig lnc0 maclabel lomac/equal
# ifconfig lnc0
lnc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.0.5 netmask 0xffffff00 broadcast 192.168.0.255
ether 00:0c:29:05:68:b3
maclabel lomac/equal(low-high-
BTW, lomac is not listed in /etc/mac.conf by default.
Tim
On Fri, 7 Nov 2003, Tim Robbins wrote: > It doesn't seem to panic anymore, but the output of ifconfig doesn't > look quite right: > > # ifconfig lnc0 maclabel lomac/equal > # ifconfig lnc0 > lnc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 192.168.0.5 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:0c:29:05:68:b3 > maclabel lomac/equal(low-high- > > BTW, lomac is not listed in /etc/mac.conf by default. I think the earlier fixes I merged may have handled this panic. However, I've merged a fix to the syntax above: it should read "lomac/equal(low-high)" with a closing paren, not dash. I've also merged the Makefile to install the lomac label settings per your comments out of band. I'll add the lomac label type to the default mac.conf. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories State Changed From-To: open->closed Problems appear to be resolved, with no further notes from submitter. Closing the PR, but can re-open it if needed. |