https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=119801

Conrad Meyer <c...@freebsd.org> changed:

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

--- Comment #4 from Conrad Meyer <c...@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 like:

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to