Update IKEv2 script
- Raspberry Pi (Raspbian) kernels do not support MOBIKE
This commit is contained in:
parent
f38e2ea4f2
commit
b028661f6f
@ -125,6 +125,10 @@ case "$swan_ver" in
|
||||
;;
|
||||
esac
|
||||
|
||||
if uname -m | grep -qi '^arm'; then
|
||||
mobike_support=0
|
||||
fi
|
||||
|
||||
if [ "$mobike_support" = "1" ]; then
|
||||
os_type="$(lsb_release -si 2>/dev/null)"
|
||||
if [ -z "$os_type" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user