mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 23:29:26 +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>
		
			
				
	
	
		
			45 lines
		
	
	
		
			526 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			526 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| ***
 | |
| FRR
 | |
| ***
 | |
| 
 | |
| .. include:: defines.rst
 | |
| 
 | |
| SYNOPSIS
 | |
| ========
 | |
| frr [ start ]
 | |
| 
 | |
| frr [ stop ]
 | |
| 
 | |
| frr [ reload ]
 | |
| 
 | |
| frr [ restart ]
 | |
| 
 | |
| frr [ status ]
 | |
| 
 | |
| 
 | |
| DESCRIPTION
 | |
| ===========
 | |
| frr is a systemd interaction script for the FRRouting routing engine.
 | |
| 
 | |
| OPTIONS
 | |
| =======
 | |
| Options available for the frr command:
 | |
| 
 | |
| start
 | |
|    Start enabled FRR daemons
 | |
| 
 | |
| stop
 | |
|    Stop enabled FRR daemons
 | |
| 
 | |
| reload
 | |
|    Reload modified configuration files
 | |
| 
 | |
| restart
 | |
|    Stop all running daemons and then restart them
 | |
| 
 | |
| status
 | |
|    Status of all the daemon
 | |
| 
 | |
| .. include:: epilogue.rst
 | |
| 
 |