Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2010 00:42:06 -0200
From:      Luiz Otavio O Souza <lists.br@gmail.com>
To:        Brett Glass <brett@lariat.net>
Cc:        "Li, Qing" <qing.li@bluecoat.com>, net@freebsd.org
Subject:   Re: Routing problems on VPN servers running FreeBSD 8.0-RELEASE
Message-ID:  <8192E832-3DD0-4D0A-9FAD-6A70CE59FD26@gmail.com>
In-Reply-To: <201002130230.TAA19403@lariat.net>
References:  <201002130230.TAA19403@lariat.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Brett,

Change the "-S" to "-s" in the following line:

         if (ExecCmdNosh(LG_IFACE2, b->name,
               "%s -S %s %x:%x:%x:%x:%x:%x pub",
               PATH_ARP, =
u_addrtoa(&iface->peer_addr,hisaddr,sizeof(hisaddr)),

The "-S" tries to remove the entry first, but it fails because it =
doesn't exist.

Luiz



On Feb 13, 2010, at 12:30 AM, Brett Glass wrote:

> P.S. -- It occurs to me that perhaps adding the word "only" at the end =
of the command string used by mpd 5.3 might help. Should I try this?
>=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8192E832-3DD0-4D0A-9FAD-6A70CE59FD26>