summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2015-01-12 09:48:45 +0000
committerglebius <glebius@FreeBSD.org>2015-01-12 09:48:45 +0000
commitfc986ff561a8b6ae4ae01d40a8c04adaf8ef0ca7 (patch)
treee1211fffe3e89eba69d108042db88af0bb3ceb87 /share
parent84a33eb82c326bdab87b4c636228dbb9091d7c8b (diff)
downloadFreeBSD-src-fc986ff561a8b6ae4ae01d40a8c04adaf8ef0ca7.zip
FreeBSD-src-fc986ff561a8b6ae4ae01d40a8c04adaf8ef0ca7.tar.gz
Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). The
legitimacy of removal is proved by the fact that implementation contained a critical bug: the response allocated was sizeof(pointer), while should had been 2*sizeof(struct ng_cisco_ipaddr). The reason for ng_iface(4) to support ng_cisco(4) message isn't explained anywhere, and code comes from original Whistle import. Sponsored by: Nginx, Inc.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ng_iface.48
1 files changed, 1 insertions, 7 deletions
diff --git a/share/man/man4/ng_iface.4 b/share/man/man4/ng_iface.4
index 66de96e..67d67f8 100644
--- a/share/man/man4/ng_iface.4
+++ b/share/man/man4/ng_iface.4
@@ -35,7 +35,7 @@
.\" $FreeBSD$
.\" $Whistle: ng_iface.8,v 1.5 1999/01/25 23:46:26 archie Exp $
.\"
-.Dd October 28, 2005
+.Dd January 12, 2015
.Dt NG_IFACE 4
.Os
.Sh NAME
@@ -111,12 +111,6 @@ The interface must not currently be up.
.It Dv NGM_IFACE_BROADCAST Pq Ic broadcast
Set the interface to broadcast mode.
The interface must not currently be up.
-.It Dv NGM_CISCO_GET_IPADDR Pq Ic getipaddr
-This message is defined by the
-.Xr ng_cisco 4
-node type; see
-.Xr ng_cisco 4
-for a description.
.El
.Sh SHUTDOWN
This node shuts down upon receipt of a
OpenPOWER on IntegriCloud