]> git.proxmox.com Git - mirror_frr.git/blame - doc/ospfclient.8
pimd: make the json output a bit more machine-friendly
[mirror_frr.git] / doc / ospfclient.8
CommitLineData
7b0df9c5
DW
1.\" This file was originally generated by help2man 1.36.
2.TH OSPFCLIENT "1" "July 2010"
3.SH NAME
4ospfclient \- an example ospf-api client
5.SH SYNOPSIS
6.B ospfclient
7.I ospfd
8.I lsatype
9.I opaquetype
10.I opaqueid
11.I ifaddr
12.I areaid
13.SH DESCRIPTION
14.B ospfclient
15is a an example ospf-api client to test the ospfd daemon.
16.SH OPTIONS
17.TP
18.I ospfd
19A router where the API\-enabled OSPF daemon is running.
20.TP
21.I lsatype
22The value has to be either "9", "10", or "11", depending on the flooding
23scope.
24.TP
25.I opaquetype
26The value has to be in the range of 0\-255 (for example, experimental
27applications use
28.I opaquetype
29larger than 128).
30.TP
31.I opaqueid
32Arbitrary application instance (24 bits).
33.TP
34.I ifaddr
35Interface IP address for type 9, otherwise it will be ignored.
36.TP
37.I areaid
38Area in the IP address format for type 10, otherwise it will be ignored.
39.SH "SEE ALSO"
40.BR ospfd (8).
41.SH AUTHORS
42See the project homepage at <http://www.quagga.net/>.