treewide: replace jow@openwrt.org with jo@mein.io
[openwrt/staging/lynxis.git] / package / network / services / ppp / patches / 207-lcp_mtu_max.patch
index 285865ff5cac63d4582f9b79159c7eb9443e44f1..f406f685e07c5c87256582eafd1268427f482d8d 100644 (file)
@@ -4,11 +4,11 @@ This patchs caps the calculated MTU value in lcp.c to the user specified "mru"
 option value. Without this patch pppd would advertise a different MTU value
 compared to what is set on the local interface in some cases.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/lcp.c
 +++ b/pppd/lcp.c
-@@ -1914,12 +1914,12 @@ lcp_up(f)
+@@ -1917,12 +1917,12 @@ lcp_up(f)
       * the interface MTU is set to the lowest of that, the
       * MTU we want to use, and our link MRU.
       */