mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 04:50:35 +00:00 
			
		
		
		
	The vrrpd one conflicts with the standalone vrrpd package; also we're installing daemons to /usr/lib/frr on some systems so they're not on PATH. Signed-off-by: David Lamparter <equinox@diac24.net>
		
			
				
	
	
		
			39 lines
		
	
	
		
			719 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			719 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
****
 | 
						|
RIPD
 | 
						|
****
 | 
						|
 | 
						|
.. include:: defines.rst
 | 
						|
.. |DAEMON| replace:: ripd
 | 
						|
 | 
						|
SYNOPSIS
 | 
						|
========
 | 
						|
|DAEMON| |synopsis-options-hv|
 | 
						|
 | 
						|
|DAEMON| |synopsis-options|
 | 
						|
 | 
						|
DESCRIPTION
 | 
						|
===========
 | 
						|
|DAEMON| is a routing component that works with the FRRouting routing engine.
 | 
						|
 | 
						|
OPTIONS
 | 
						|
=======
 | 
						|
OPTIONS available for the |DAEMON| command:
 | 
						|
 | 
						|
.. include:: common-options.rst
 | 
						|
 | 
						|
FILES
 | 
						|
=====
 | 
						|
 | 
						|
|INSTALL_PREFIX_SBIN|/|DAEMON|
 | 
						|
   The default location of the |DAEMON| binary.
 | 
						|
 | 
						|
|INSTALL_PREFIX_ETC|/|DAEMON|.conf
 | 
						|
   The default location of the |DAEMON| config file.
 | 
						|
 | 
						|
$(PWD)/|DAEMON|.log
 | 
						|
   If the |DAEMON| process is configured to output logs to a file, then you
 | 
						|
   will find this file in the directory where you started |DAEMON|.
 | 
						|
 | 
						|
.. include:: epilogue.rst
 | 
						|
 |