Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Feb 2001 01:03:32 +0000
From:      amakawa@sf.t.u-tokyo.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/24839: fix ether.bridge
Message-ID:  <E14PDaV-0000C1-00@blockade.sf.t.u-tokyo.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         24839
>Category:       docs
>Synopsis:       fix ether.bridge
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 03 17:10:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     AMAKAWA Shuhei
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Univ. of Tokyo
>Environment:

	FreeBSD 4.2-STABLE i386

>Description:

	 (kind of) typo in /usr/share/examples/netgraph/ether.bridge

>How-To-Repeat:

	

>Fix:

--- /usr/share/examples/netgraph/ether.bridge	Fri Feb  2 07:10:48 2001
+++ ether.bridge	Sun Feb  4 00:55:40 2001
@@ -142,7 +142,7 @@
 		LINKNUM=`expr ${LINKNUM} + 1`
 	done
 	if [ "${LOCAL_IFACE}" != "" ]; then
-		echo "Local host interface ${ETHER}:"
+		echo "Local host interface ${LOCAL_IFACE}:"
 		bridge_linkstats ${LINKNUM}
 	fi
 }

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14PDaV-0000C1-00>