ALT Linux Bugzilla
– Attachment 5915 Details for
Bug 29291
ipset6
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
efw ipset6
efw-ipset6.patch (text/plain), 931 bytes, created by
Starodumoff Ilya
on 2013-08-19 17:18:55 MSK
(
hide
)
Description:
efw ipset6
Filename:
MIME Type:
Creator:
Starodumoff Ilya
Created:
2013-08-19 17:18:55 MSK
Size:
931 bytes
patch
obsolete
>--- functions-fw.orig 2013-08-19 18:58:04.864504955 +0600 >+++ functions-fw 2013-08-19 19:04:09.521666611 +0600 >@@ -421,11 +421,11 @@ > > [ -n "$HEADER" ] || return 0 > print_message -e "\tCreating the \"$SET\" set of the \"$TYPE\" type" >- eval "$IPSET -N $SET $TYPE $HEADER" || print_error "$IPSET -N $SET $TYPE $HEADER" >+ eval "$IPSET create $SET $TYPE $HEADER" || print_error "$IPSET create $SET $TYPE $HEADER" > > [ -n "$MEMBERS" ] || return 0 > while read; do >- eval "$IPSET -A $SET $REPLY" || print_error "$IPSET -A $SET $REPLY" >+ eval "$IPSET add $SET $REPLY" || print_error "$IPSET add $SET $REPLY" > done <<<"$MEMBERS" > } > >@@ -439,7 +439,7 @@ > > [ -n "$RULE" ] || return 0 > print_message -e "\tDestroying the \"$SET\" set of the \"$TYPE\" type" >- eval "$IPSET -X $SET" || print_error "$IPSET -X $SET" >+ eval "$IPSET destroy $SET" || print_error "$IPSET destroy $SET" > } > > ipset_start()
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 29291
: 5915