Date: Wed, 5 May 2010 12:14:47 -0400 From: Gary Palmer <gpalmer@freebsd.org> To: John Bayly <john.bayly@tipstrade.net> Cc: freebsd-net@freebsd.org Subject: Re: ppp not removing address when disconnected Message-ID: <20100505161447.GA59765@in-addr.com> In-Reply-To: <4BE19507.40706@tipstrade.net> References: <4BE19507.40706@tipstrade.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 05, 2010 at 04:55:51PM +0100, John Bayly wrote:
> Am I missing something in /etc/ppp/ppp.conf that tells ppp to remove the
> address when a connection is down?
My workaround is:
# cat /etc/ppp/ppp.linkdown
provider:
shell /bin/sh -c "/sbin/route delete default"
shell /bin/sh -c "/sbin/route delete -inet6 default"
I had to come up with a quick fix and haven't had the time to find the
proper solution to this problem.
Regards,
Gary
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100505161447.GA59765>
