Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 1997 13:53:13 -0700 (PDT)
From:      David Sharnoff <muir@ping.idiom.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/4654: Need to do post-ifconfig commands
Message-ID:  <199709292053.NAA03470@ping.idiom.com>
Resent-Message-ID: <199709292100.OAA09395@hub.freebsd.org>

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

>Number:         4654
>Category:       conf
>Synopsis:       Need to do post-ifconfig commands
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 29 14:00:00 PDT 1997
>Last-Modified:
>Originator:     David Sharnoff
>Organization:
Idiom
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

	FreeBSD 2.2.2 with an ETinc Frame card.

>Description:

	To configure things for the ETinc card, I need to do commands
	both before and after ifconfig.

>How-To-Repeat:

>Fix:
	
	Add the following to /etc/rc.network at the end of the ifconfig
	loop:

            if [ -e /etc/start_if.${ifn}.post ]; then
                    . /etc/start_if.${ifn}.post ${ifn}
            fi

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709292053.NAA03470>