Add the possibility to use a no_rip_out configuration option in order

to stop routed from sending out RIP updates.

PR:		29090
Submitted by:	Matthew Braithwaite <mab@red-bean.com>
This commit is contained in:
Jeroen Ruigrok van der Werven 2002-04-07 17:01:20 +00:00
parent ff9ed61c93
commit 59501efcbd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94125
2 changed files with 5 additions and 0 deletions

View File

@ -714,6 +714,9 @@ parse_parms(char *line,
} else if (PARS("no_super_ag")) {
parm.parm_int_state |= IS_NO_SUPER_AG;
} else if (PARS("no_rip_out")) {
parm.parm_int_state |= IS_NO_RIP_OUT;
} else if (PARS("no_ripv1_in")) {
parm.parm_int_state |= IS_NO_RIPV1_IN;

View File

@ -591,6 +591,8 @@ causes
to act as a client router discovery daemon, not advertising.
.It Cm no_rip_mcast
causes RIPv2 packets to be broadcast instead of multicast.
.It Cm no_rip_out
causes no RIP updates to be sent.
.It Cm no_ripv1_in
causes RIPv1 received responses to be ignored.
.It Cm no_ripv2_in