-
Notifications
You must be signed in to change notification settings - Fork 1
/
lig.1
58 lines (54 loc) · 1.29 KB
/
lig.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\"
.\"
.\" lig.1
.\"
.\" David Meyer
.\" Fri Sep 25 10:54:03 PDT 2009
.\"
.\"
.\" $Header: /home/dmm/lisp/lig/RCS/lig.1,v 1.3 2009/11/10 05:08:33 dmm Exp $
.\"
.\"
.\"
.TH lig 1 "September 25, 2009" "Version 0.0" "USER COMMANDS"
.SH NAME
lig \- LISP Internet Groper
.SH SYNOPSIS
.B lig [-b] [-d] <EID> -m <map resolver> [-c <count>] [-p <port>] [-t <timeout>] [-v]
.SH DESCRIPTION
The LISP Internet Groper (lig)
.SH OPTIONS
.TP
\-b
Print scriptable output
.TP
\-d
display additional debug information
.TP
\-m <map resolver>
Specify the Map Resolver to send the Encapsualted Map Request
to. The Map Resolver can also be specified by setting the
LISP_MAP_RESOLVER enviornment variable to the name (or
address) of a Map Resolver.
.TP
\-c <count>
Send <count> Map Requests before giving up. The default value is 3.
.TP
\-p <port>
Set the source port of the inner (encapsulated) UDP header.
.TP
\-t <timeout>
Set the time to wait for a Map Reply (in milliseconds).
.TP
\-v
Print the lig version. The version string is of the form XXYYZZ
where XX is the base specification version, YY is the Map Server
specification version, and ZZ is the lig code verison.
.SH EXAMPLES
.TP
.PP
.SH Source Code
http://github.com/davidmeyer/lig
.SH AUTHOR
David Meyer (dmm at 1-4-5.net)