Merge 5.8-rc7 into driver-core-next
We want the driver core fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -144,7 +144,7 @@ setup()
|
||||
|
||||
cleanup()
|
||||
{
|
||||
for n in h1 r1 h2 h3 h4
|
||||
for n in h0 r1 h1 h2 h3
|
||||
do
|
||||
ip netns del ${n} 2>/dev/null
|
||||
done
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
set +x
|
||||
set -e
|
||||
|
||||
modprobe -q nf_defrag_ipv6
|
||||
|
||||
readonly NETNS="ns-$(mktemp -u XXXXXX)"
|
||||
|
||||
setup() {
|
||||
|
||||
@@ -75,7 +75,7 @@ main() {
|
||||
fi
|
||||
}
|
||||
|
||||
if [[ "$(ip netns identify)" == "root" ]]; then
|
||||
if [[ -z "$(ip netns identify)" ]]; then
|
||||
./in_netns.sh $0 $@
|
||||
else
|
||||
main $@
|
||||
|
||||
Reference in New Issue
Block a user