Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Nov 2018 17:11:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 119801] dhclient(8): dhclient changes alias to address
Message-ID:  <bug-119801-227-seDc5A261S@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-119801-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-119801-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D119801

Conrad Meyer <cem@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem@freebsd.org
            Version|6.2-RELEASE                 |CURRENT

--- Comment #4 from Conrad Meyer <cem@freebsd.org> ---
You could add the behavior you're looking for (bug 231526) locally with
/etc/dhclient-enter-hooks, documented in dhclient-script(8).  Something lik=
e:

case $reason in
BOUND|RENEW|REBIND|REBOOT)
        delete_old_alias
        ;;
esac

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-119801-227-seDc5A261S>