/proc/sys/net/bridge/* is now provided by br_netfilter module Change-Id: Ib575bb234991f9d58c40c0472a2f2e99aab74cb3
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
#!/bin/sh
|
|
modprobe -b bridge >/dev/null 2>&1
|
|
modprobe -b br_netfilter >/dev/null 2>&1
|
|
exit 0
|