mirror_frr/ripd
Paul Jakma 876b8be0ab [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax
2006-10-04 Oliver Hookins <ohookins@gmail.com>

	* bgpd/bgp_main.c: Add configuration check option, with
	'-C' rather than '-c' for consistency between daemons.
	* isisd/isis_main.c: ditto
	* ospf6d/ospf6_main.c: ditto
	* ospfd/ospf_main.c: ditto
	* ripngd/ripng_main.c: ditto
	* vtysh/vtysh_main.c: ditto
	* ripd/rip_main.c: Change the config check option to
	'-C' and tidy up the code.
	* zebra/main.c: ditto

2006-10-04 Stergiakis Alexandros <astergiakis@antcor.com>

	* ripd/rip_main.c: This trivial patch introduces a new
	  command-line option '-c', which instructs zebra/ripd
	  to check its configuration file for validity,	print
	  any error message, and then exit. This is useful when
	  the configuration file is edited by hand or otherwise,
	  and you simply want to validate it without any other
	  effect.
	* zebra/main.c: ditto
2006-10-15 23:35:57 +00:00
..
.cvsignore - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
ChangeLog [ripd] bug #293: routemap set metric doesn't check for underflow correctly 2006-09-11 02:14:16 +00:00
Makefile.am 2005-10-28 Paul Jakma <paul.jakma@sun.com> 2005-10-28 10:23:09 +00:00
rip_debug.c 2005-10-26 Paul Jakma <paul.jakma@sun.com> 2005-10-25 23:31:05 +00:00
rip_debug.h 2005-10-26 Paul Jakma <paul.jakma@sun.com> 2005-10-25 23:31:05 +00:00
rip_interface.c [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates 2006-05-04 07:36:34 +00:00
rip_interface.h 2005-10-26 Paul Jakma <paul.jakma@sun.com> 2005-10-25 23:31:05 +00:00
rip_main.c [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax 2006-10-15 23:35:57 +00:00
rip_offset.c 2005-10-26 Paul Jakma <paul.jakma@sun.com> 2005-10-25 23:31:05 +00:00
rip_peer.c 2005-10-26 Paul Jakma <paul.jakma@sun.com> 2005-10-25 23:31:05 +00:00
rip_routemap.c [ripd] bug #293: routemap set metric doesn't check for underflow correctly 2006-09-11 02:14:16 +00:00
rip_snmp.c 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> 2005-09-29 11:25:50 +00:00
rip_zebra.c [ripd] update to use auto-generated redistribute route-type defs 2006-06-30 16:58:53 +00:00
ripd.c [ripd] bug #278: remove gratuitous use of mid-function declaration 2006-09-11 02:10:40 +00:00
ripd.conf.sample Initial revision 2002-12-13 20:15:29 +00:00
ripd.h 2005-10-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2005-10-30 23:51:32 +00:00
RIPv2-MIB.txt Initial revision 2002-12-13 20:15:29 +00:00