Adam Alyyan | 9e53f87 | 2013-01-09 14:35:16 -0600 | [diff] [blame] | 1 | .TH NLSRC 1 "JANUARY 2013" Linux "nlsrc Manual" |
Adam Alyyan | 7618ec1 | 2013-01-14 10:10:59 -0600 | [diff] [blame] | 2 | .SH NAME |
Adam Alyyan | 9e53f87 | 2013-01-09 14:35:16 -0600 | [diff] [blame] | 3 | nlsrc \- allows the addition or removal of names and/or neighbors while nlsr is running |
| 4 | .SH SYNOPSIS |
| 5 | .B nlsrc -s |
| 6 | .I server |
| 7 | .B -p |
| 8 | .I port |
| 9 | .B add|del name|neighbor prefix |
| 10 | .SH DESCRIPTION |
| 11 | .B nlsrc |
| 12 | allows operators to add or remove names or neighbors while nlsr is running. Names and neighbors can be modified on the localhost or from a remote host. |
| 13 | .SH OPTIONS |
| 14 | .IP -s server |
| 15 | specifies the server you would like to make changes to |
| 16 | .IP -p port |
| 17 | specifies the port you are connecting to on the server, default port is 9696 |
| 18 | .IP add|del |
| 19 | specifies whether you are performing an add or delete operation |
| 20 | .IP name|neighbor |
| 21 | specifies whether you are modifying a name or a neighbor |
| 22 | .IP prefix |
| 23 | specifies the prefix for the name or neighbor |
| 24 | .SH AUTHOR |
| 25 | A K M Mahmudul Hoque |
| 26 | |