[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01033) Re: ND cache
On Mon, 19 Nov 2001 14:37:33 +0300 (MSK)
Grigory Kljuchnikov <grn@xxxxxxxxx> wrote:
> Hello,
>
> Plaese, help me!
> How can I watch and change Neighbor Discovery entries?
> In KAME it's 'ndp' command, and what about USAGI?
$ cd $SOMEWHERE/usagi/
$ make prepare TARGET=$(TARGET)
$ cd usagi/ndp
$ ./configure
$ make
$ su
# ./ndp -a
but not all functions can be used....
-----------------------------------------
KUNITAKE Koichi