Deleted Added
full compact
ndp.8 (256281) ndp.8 (270655)
1.\" $KAME: ndp.8,v 1.28 2002/07/17 08:46:33 itojun Exp $
2.\"
3.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
1.\" $KAME: ndp.8,v 1.28 2002/07/17 08:46:33 itojun Exp $
2.\"
3.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" $FreeBSD: stable/10/usr.sbin/ndp/ndp.8 250941 2013-05-23 19:50:36Z markj $
30.\" $FreeBSD: stable/10/usr.sbin/ndp/ndp.8 270655 2014-08-26 10:32:08Z ae $
31.\"
31.\"
32.Dd Jan 10, 2013
32.Dd May 9, 2014
33.Dt NDP 8
34.Os
35.\"
36.Sh NAME
37.Nm ndp
38.Nd control/diagnose IPv6 neighbor discovery protocol
39.\"
40.Sh SYNOPSIS

--- 90 unchanged lines hidden (view full) ---

131(dump NDP entries)
132every
133.Ar wait
134seconds.
135.It Fl c
136Erase all the NDP entries.
137.It Fl d
138Delete specified NDP entry.
33.Dt NDP 8
34.Os
35.\"
36.Sh NAME
37.Nm ndp
38.Nd control/diagnose IPv6 neighbor discovery protocol
39.\"
40.Sh SYNOPSIS

--- 90 unchanged lines hidden (view full) ---

131(dump NDP entries)
132every
133.Ar wait
134seconds.
135.It Fl c
136Erase all the NDP entries.
137.It Fl d
138Delete specified NDP entry.
139.It Fl f
140Parse the file specified by
141.Ar filename .
139.It Fl f Ar filename
140Cause the file
141.Ar filename
142to be read and multiple entries to be set in the
143.Tn NDP
144table.
145Entries
146in the file should be of the form
147.Pp
148.Bd -ragged -offset indent -compact
149.Ar hostname ether_addr
150.Op Cm temp
151.Op Cm proxy
152.Ed
153.Pp
154with argument meanings as given above.
155Leading whitespace and empty lines are ignored.
156A
157.Ql #
158character will mark the rest of the line as a comment.
142.It Fl H
143Harmonize consistency between the routing table and the default router
144list; install the top entry of the list into the kernel routing table.
145.It Fl I
146Shows the default interface used as the default route when
147there is no default router.
148.It Fl I Ar interface
149Specifies the default interface used as the default route when

--- 147 unchanged lines hidden ---
159.It Fl H
160Harmonize consistency between the routing table and the default router
161list; install the top entry of the list into the kernel routing table.
162.It Fl I
163Shows the default interface used as the default route when
164there is no default router.
165.It Fl I Ar interface
166Specifies the default interface used as the default route when

--- 147 unchanged lines hidden ---