Deleted Added
full compact
34c34
< * $FreeBSD: head/usr.bin/netstat/inet6.c 78064 2001-06-11 12:39:29Z ume $
---
> * $FreeBSD: head/usr.bin/netstat/inet6.c 78238 2001-06-15 00:25:44Z assar $
1025c1025
< * If the nflag was specified, use numbers instead of names.
---
> * Take numeric_addr and numeric_port into consideration.
1063c1063
< * If the nflag has been supplied, give
---
> * If the numeric_addr has been supplied, give
1077c1077
< if (first && !nflag) {
---
> if (first && !numeric_addr) {
1086c1086
< if (!nflag && !IN6_IS_ADDR_UNSPECIFIED(in6p)) {
---
> if (!numeric_addr && !IN6_IS_ADDR_UNSPECIFIED(in6p)) {