1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 11:01:50 +00:00

Small change for mptcp hotplug

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-09-19 20:13:24 +02:00
parent 4db977432d
commit 598377c2e9

View file

@ -5,6 +5,6 @@
/etc/init.d/mptcp enabled || exit 0
logger -t mptcp "Reloading mptcp config due to $ACTION of $INTERFACE ($DEVICE)"
logger -t "mptcp" "Reloading mptcp config due to $ACTION of $INTERFACE ($DEVICE)"
/etc/init.d/mptcp reload "$DEVICE" >/dev/null || exit 0