Deleted Added
full compact
ndp.8 (71898) ndp.8 (78064)
1.\" $FreeBSD: head/usr.sbin/ndp/ndp.8 71898 2001-02-01 16:44:04Z ru $
2.\" $KAME: ndp.8,v 1.12 2000/06/20 21:50:17 itojun Exp $
1.\" $FreeBSD: head/usr.sbin/ndp/ndp.8 78064 2001-06-11 12:39:29Z ume $
2.\" $KAME: ndp.8,v 1.15 2001/02/08 07:17:03 itojun Exp $
3.\"
4.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright

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

25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.Dd May 17, 1998
32.Dt NDP 8
3.\"
4.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright

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

25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.Dd May 17, 1998
32.Dt NDP 8
33.Os KAME
33.Os
34.\"
35.Sh NAME
36.Nm ndp
37.Nd control/diagnose IPv6 neighbor discovery protocol
38.\"
39.Sh SYNOPSIS
40.Nm
41.Fl a
34.\"
35.Sh NAME
36.Nm ndp
37.Nd control/diagnose IPv6 neighbor discovery protocol
38.\"
39.Sh SYNOPSIS
40.Nm
41.Fl a
42.Op Fl ntl
42.Op Fl nt
43.Nm
44.Fl A Ar wait
43.Nm
44.Fl A Ar wait
45.Op Fl ntl
45.Op Fl nt
46.Nm
47.Fl c
48.Op Fl nt
49.Nm
50.Fl d
51.Op Fl nt
52.Ar hostname
53.Nm

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

101.It Fl f
102Parse the file specified by
103.Ar filename .
104.It Fl H
105Harmonize consistency between the routing table and the default router
106list; install the top entry of the list into the kernel routing table.
107.It Fl I Op Cm delete | Ar interface
108Shows or specifies the default interface used as the default route when
46.Nm
47.Fl c
48.Op Fl nt
49.Nm
50.Fl d
51.Op Fl nt
52.Ar hostname
53.Nm

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

101.It Fl f
102Parse the file specified by
103.Ar filename .
104.It Fl H
105Harmonize consistency between the routing table and the default router
106list; install the top entry of the list into the kernel routing table.
107.It Fl I Op Cm delete | Ar interface
108Shows or specifies the default interface used as the default route when
109there is no default router. If no argument is given to the option,
109there is no default router.
110If no argument is given to the option,
110the current default interface will be shown.
111If an
112.Ar interface
113is specified, the interface will be used as the default.
114If a special keyword
115.Ic delete
116is specified, the current default interface will be deleted from the kernel.
117.It Fl i Ar interface Op Ar flags...
118View ND information for the specified interface.
119If additional arguments
120.Ar flags
121are given,
122.Nm
123sets or clears the specified flags for the interface.
111the current default interface will be shown.
112If an
113.Ar interface
114is specified, the interface will be used as the default.
115If a special keyword
116.Ic delete
117is specified, the current default interface will be deleted from the kernel.
118.It Fl i Ar interface Op Ar flags...
119View ND information for the specified interface.
120If additional arguments
121.Ar flags
122are given,
123.Nm
124sets or clears the specified flags for the interface.
124Possible flags are as follows. All of the flags can begin with the
125Possible flags are as follows.
126All of the flags can begin with the
125special character
126.Ql - ,
127which means the flag should be cleared.
128.\"
129.Bl -tag -width Ds -compact
130.It Xo
131.Ic nud
132.Xc
133turn on or off NUD (Neighbor Unreachability Detection) on the
127special character
128.Ql - ,
129which means the flag should be cleared.
130.\"
131.Bl -tag -width Ds -compact
132.It Xo
133.Ic nud
134.Xc
135turn on or off NUD (Neighbor Unreachability Detection) on the
134interface. NUD is usually turned on by default.
136interface.
137NUD is usually turned on by default.
135.El
138.El
136.It Fl l
137Do not truncate numeric IPv6 address.
138.It Fl n
139Do not try to resolve numeric address to hostname.
140.It Fl p
141Show prefix list.
142.It Fl P
143Flush all the entries in the prefix list.
144.It Fl r
145Show default router list.
146.It Fl R
147Flush all the entries in the default router list.
148.It Fl s
139.It Fl n
140Do not try to resolve numeric address to hostname.
141.It Fl p
142Show prefix list.
143.It Fl P
144Flush all the entries in the prefix list.
145.It Fl r
146Show default router list.
147.It Fl R
148Flush all the entries in the default router list.
149.It Fl s
149Register a NDP entry for a node.
150Register an NDP entry for a node.
150The entry will be permanent unless the word
151.Li temp
152is given in the command.
153If the word
154.Li proxy
155is given, this system will act as an proxy NDP server,
156responding to requests for
157.Ar hostname

--- 24 unchanged lines hidden ---
151The entry will be permanent unless the word
152.Li temp
153is given in the command.
154If the word
155.Li proxy
156is given, this system will act as an proxy NDP server,
157responding to requests for
158.Ar hostname

--- 24 unchanged lines hidden ---