Remove useless mtu log
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
@@ -94,8 +94,6 @@ gt_setup_mtu(struct mud *mud, const char *tun_name)
|
|||||||
if (mtu == oldmtu)
|
if (mtu == oldmtu)
|
||||||
return mtu;
|
return mtu;
|
||||||
|
|
||||||
gt_log("setup MTU to %zu on interface %s\n", mtu, tun_name);
|
|
||||||
|
|
||||||
if (iface_set_mtu(tun_name, mtu) == -1)
|
if (iface_set_mtu(tun_name, mtu) == -1)
|
||||||
perror("tun_set_mtu");
|
perror("tun_set_mtu");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user