FreeBSD Bugzilla – Attachment 137657 Details for
Bug 183303
Add a fastforwarding check to the ipsec rc script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 448 bytes, created by
olivier
on 2013-10-25 17:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
olivier
Created:
2013-10-25 17:10:01 UTC
Size:
448 bytes
patch
obsolete
>Index: etc/rc.d/ipsec >=================================================================== >--- etc/rc.d/ipsec (revision 255918) >+++ etc/rc.d/ipsec (working copy) >@@ -23,6 +23,11 @@ > > ipsec_prestart() > { >+ if [ `sysctl -n net.inet.ip.fastforwarding` = 1 ]; then >+ warn "ipsec is not compatible with fastforwarding" >+ stop_boot >+ return 1 >+ fi > if [ ! -f "$ipsec_file" ]; then > warn "$ipsec_file not readable; ipsec start aborted." > stop_boot
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 183303
: 137657