1NINFOD(8) iputils NINFOD(8)
2
3
4
6 ninfod - Respond to IPv6 Node Information Queries
7
9 ninfod [-dhv] [-p pidfile] [-u user] [-v]
10
12 Responds to IPv6 Node Information Queries (RFC4620) from clients.
13 Queries can be sent by various implementations of ping command.
14
16 -d
17 Debug mode. Do not go background.
18
19 -h
20 Show help.
21
22 -v
23 Verbose mode.
24
25 -u user
26 Run as another user. user can either be username or user ID.
27
28 -p pidfile
29 File for process-id storage. user is required to be able to create
30 the file.
31
32 -V
33 Print version and exit.
34
36 ping(8).
37
39 ninfod was written by USAGI/WIDE Project.
40
42 Copyright (C) 2012 YOSHIFUJI Hideaki.
43 Copyright (C) 2002 USAGI/WIDE Project.
44 All rights reserved.
45
46 Redistribution and use in source and binary forms, with or without
47 modification, are permitted provided that the following conditions
48 are met:
49 1. Redistributions of source code must retain the above copyright
50 notice, this list of conditions and the following disclaimer.
51 2. Redistributions in binary form must reproduce the above copyright
52 notice, this list of conditions and the following disclaimer in the
53 documentation and/or other materials provided with the distribution.
54 3. Neither the name of the project nor the names of its contributors
55 may be used to endorse or promote products derived from this software
56 without specific prior written permission.
57
58 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS “AS IS” AND
59 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
60 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
61 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
62 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
63 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
64 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
65 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
66 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
67 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
68 SUCH DAMAGE.
69
70
71
72
73iputils 20211215 NINFOD(8)