From ee042e1ba65d033d2240c4efa7700e5f783cee05 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 28 Oct 2005 19:05:44 +0000 Subject: [PATCH] Document NGM_IFACE_GET_IFINDEX. --- share/man/man4/ng_iface.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ng_iface.4 b/share/man/man4/ng_iface.4 index 97da2c1356f..809e9e2a3d7 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 10, 2005 +.Dd October 28, 2005 .Dt NG_IFACE 4 .Os .Sh NAME @@ -109,6 +109,8 @@ Returns the name of the associated interface as a .Tn ASCII string. Normally this is the same as the name of the node. +.It Dv NGM_IFACE_GET_IFINDEX +Returns the global index of the associated interface as a 32 bit integer. .It Dv NGM_IFACE_POINT2POINT Set the interface to point-to-point mode. The interface must not currently be up.