FreeBSD Bugzilla – Attachment 15738 Details for
Bug 29090
add `no_rip_out' option to routed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.24 KB, created by
mab
on 2001-07-19 23:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mab
Created:
2001-07-19 23:50:01 UTC
Size:
1.24 KB
patch
obsolete
>Index: sbin/routed/parms.c >=================================================================== >RCS file: /home/mab/cvs/freebsd/sbin/routed/parms.c,v >retrieving revision 1.1.1.2 >diff -c -r1.1.1.2 parms.c >*** sbin/routed/parms.c 2000/08/30 19:41:29 1.1.1.2 >--- sbin/routed/parms.c 2001/07/19 22:38:53 >*************** >*** 712,717 **** >--- 712,720 ---- > > } 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; >Index: sbin/routed/routed.8 >=================================================================== >RCS file: /home/mab/cvs/freebsd/sbin/routed/routed.8,v >retrieving revision 1.1.1.2 >diff -c -r1.1.1.2 routed.8 >*** sbin/routed/routed.8 2000/08/30 19:41:30 1.1.1.2 >--- sbin/routed/routed.8 2001/07/19 22:38:53 >*************** >*** 593,598 **** >--- 593,600 ---- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29090
: 15738