diff options
author | glebius <glebius@FreeBSD.org> | 2014-07-29 15:01:29 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2014-07-29 15:01:29 +0000 |
commit | d32e428cc37439544fc5159604ba10ed560a88c1 (patch) | |
tree | 9477b8accc13df001371a4c8635f8befec181197 /share/man | |
parent | 0af32d834580497436de5a0a46015768987e05fd (diff) | |
download | FreeBSD-src-d32e428cc37439544fc5159604ba10ed560a88c1.zip FreeBSD-src-d32e428cc37439544fc5159604ba10ed560a88c1.tar.gz |
Garbage collect couple of unused fields from struct ifaddr:
- ifa_claim_addr() unused since removal of NetAtalk
- ifa_metric seems to be never utilized, always a copy of if_metric
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/ifnet.9 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index 29df470..ae21072 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 5, 2013 +.Dd July 29, 2014 .Dt IFNET 9 .Os .Sh NAME @@ -1084,10 +1084,6 @@ address in the route table. .It Va ifa_refcnt .Pq Vt short The reference count. -.It Va ifa_metric -.Pq Vt int -A metric associated with this interface address, for the use of some -external routing protocol. .El .Pp References to |