]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: remove route - drop route type from netlink message. (#7240)
authorSusant Sahani <145210+ssahani@users.noreply.github.com>
Thu, 2 Nov 2017 12:36:03 +0000 (18:06 +0530)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 2 Nov 2017 12:36:03 +0000 (21:36 +0900)
commit74d42cd92346a1e0aa79f760a8621f0f896aa408
tree8fb822df7193706447e959b01817207ae0ff92b7
parent4d11c049a26c7789591bb3c0d7efc103a87ec246
networkd: remove route - drop route type from netlink message. (#7240)

During startup of networkd we try to drop the configs. While droping
routes we filling ip route type and because of which message like
```
host: Could not drop route: Invalid argument
host: Could not drop route: Invalid argument
```
are shown.

Closed #6929
src/network/networkd-route.c