chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e35b80f
)
functions.m4: Actually set the IPv6 options.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 15 Mar 2012 02:39:08 +0000
(
02:39
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 20 Apr 2012 21:02:48 +0000
(22:02 +0100)
functions.m4
patch
|
blob
|
blame
|
history
diff --git
a/functions.m4
b/functions.m4
index 16c07c8c7cc1dc3ae3509b35c23365eeb903575c..27bacc6de3fda6d59a82a68358ad7de12afc72ba 100644
(file)
--- a/
functions.m4
+++ b/
functions.m4
@@
-183,7
+183,7
@@
setdevopt () {
for ver in ipv4 ipv6; do
if [ -f /proc/sys/net/$ver/conf/$i/$opt ]; then
any=t
- run sysctl -q net/
ipv4
/conf/$i/$opt="$val"
+ run sysctl -q net/
$ver
/conf/$i/$opt="$val"
fi
done
case $any in