| Summary: | netstat man page doesn't describe the meaning of * | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Andrew Stevenson <andrew> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Andrew Stevenson
2001-08-25 07:00:01 UTC
State Changed From-To: open->closed Applied after some minor changes, thanks! Regarding the up/down thing: IFF_UP is a flag like IFF_BROADCAST, IFF_NOARP, IFF_LINK0, etc., but the opposite of being up is down; thus, if the flag isn't set, the interface is administratively down. Reflecting this was one of my changes. Thanks! |