ALT Linux Bugzilla
– Attachment 2205 Details for
Bug 12869
service iptables stop не выгружает модули ядра
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
iptables.diff
iptables.diff (text/plain), 470 bytes, created by
Dmitry V. Levin
on 2007-09-21 17:49:46 MSD
(
hide
)
Description:
iptables.diff
Filename:
MIME Type:
Creator:
Dmitry V. Levin
Created:
2007-09-21 17:49:46 MSD
Size:
470 bytes
patch
obsolete
>--- /etc/init.d/iptables >+++ /etc/init.d/iptables >@@ -179,6 +179,17 @@ > return $RETVAL > } > >+unload_modules() >+{ >+ local t >+ >+ for t in $tables; do >+ local m="${IPV}table_${t}" >+ action "Unloading module $m:" modprobe -r "$m" >+ done >+ return 0 >+} >+ > fwstatus() > { > local i >@@ -233,7 +244,8 @@ > { > if read_tables; then > set_policy ACCEPT && >- flush_delete >+ flush_delete && >+ unload_modules > RETVAL=$? > else > printf %s $"$IPTABLES firewall is not started"
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 12869
:
2205
|
2206