mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 03:09:34 +00:00 
			
		
		
		
	 a975744835
			
		
	
	
		a975744835
		
			
		
	
	
	
	
		
			
			* New manpage: mtracebis.rst * Makefile.am includes mtracebis.rst * configure.ac lines removed * Debian packaging files updated * Fixed up manpage |seealso-programs| in the process * Centos7 build package list updated to include systemd-devel * New paragraph on netns vrf support in zebra manpage Conflicts: configure.ac debianpkg/backports/ubuntu14.04/debian/frr.install debianpkg/frr.install doc/Makefile.am doc/developer/Building_FRR_on_CentOS7.rst doc/zebra.8.in Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
		
			
				
	
	
		
			44 lines
		
	
	
		
			870 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			870 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| **********
 | |
| OSPFCLIENT
 | |
| **********
 | |
| 
 | |
| .. include:: defines.rst
 | |
| 
 | |
| SYNOPSIS
 | |
| ========
 | |
| ospfclient <ospfd> <lsatype> <opaquetype> <opaqueid> <ifaddr> <areaid>
 | |
| 
 | |
| DESCRIPTION
 | |
| ===========
 | |
| ospfclient is an example ospf-api client to test the ospfd daemon.
 | |
| 
 | |
| OPTIONS
 | |
| =======
 | |
| 
 | |
| .. option:: ospfd
 | |
| 
 | |
|    A router where the API-enabled OSPF daemon is running.
 | |
| 
 | |
| .. option:: lsatype
 | |
| 
 | |
|    The value has to be either "9", "10", or "11", depending on the flooding scope.
 | |
| 
 | |
| .. option:: opaquetype
 | |
| 
 | |
|    The value has to be in the range of 0-255 (for example, experimental applications might use opaquetype larger than 128).
 | |
| 
 | |
| .. option:: opaqueid
 | |
| 
 | |
|    Arbitrary application instance (24 bits).
 | |
| 
 | |
| .. option:: ifaddr
 | |
| 
 | |
|    Interface IP address for type 9, otherwise it will be ignored.
 | |
| 
 | |
| .. option:: areaid
 | |
| 
 | |
|    Area in the IP address format for type 10, otherwise it will be ignored.
 | |
| 
 | |
| 
 | |
| .. include:: epilogue.rst
 |