Hi Lennart ,
Thanks for reviewing .
>
> static int netdev_fill_sit_rtnl_message(Link *link, sd_rtnl_message *m) {
> NetDev *netdev;
> + uint8_t pmtudisc;
Hmm, you never initialized the variable if mtu disc is off, no?
oops ! yes This should be
uint8_t pmtudisc = 1 .
with aligned to kernel code , if this is missing by default it's turned on .
We only use this variable to turn off.
Susant
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel