X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fppp%2Fpppoe%2Fsys-linux.c;h=4b852e7f52dc36ee01621e6adffaf7c450bc08ef;hp=f8f530fdd5911a82c1c196a8b91b35fe7cb857e9;hb=57a096f051259ceaefd5977f30d269884e1dd248;hpb=9887430fc6b7c0f8eb8e81de2bfe3bba12d8d4a1 diff --git a/userapps/opensource/ppp/pppoe/sys-linux.c b/userapps/opensource/ppp/pppoe/sys-linux.c index f8f530fd..4b852e7f 100755 --- a/userapps/opensource/ppp/pppoe/sys-linux.c +++ b/userapps/opensource/ppp/pppoe/sys-linux.c @@ -1103,7 +1103,8 @@ void netif_set_mtu(int unit, int mtu) { struct ifreq ifr; - + + printf("LCP: Set ifc mtu %d\n", mtu); SYSDEBUG ((LOG_DEBUG, "netif_set_mtu: mtu = %d\n", mtu)); memset (&ifr, '\0', sizeof (ifr));