Systemd/src/network
Tom Gundersen 6a24f1484f networkd: don't warn about missing links unnecessarily
If we get a NEWLINK + NEWADDR between enumerating the links and enumerating the addresses, we
would get a warning that the link corresponding to the address does not exist. This is a false
warning as both the NEWLINK and NEWADDR would be processed after enumerating completed, so drop
it.
2015-02-05 11:50:34 +01:00
..
.gitignore Revert "update gitignore" 2014-05-22 06:14:41 +09:00
Makefile networkd: add a basic network daemon 2013-11-09 23:41:17 +01:00
networkctl.c man: add networkctl(1) 2015-01-19 21:44:53 -05:00
networkd-address-pool.c networkd: split out networkd-link.h 2014-08-12 20:42:59 +02:00
networkd-address.c network-address,test-network: avoid undefined behaviour 2015-02-02 21:34:35 -05:00
networkd-dhcp4.c networkd: introduce an AddressFamilyBoolean enum type 2015-01-13 20:17:06 +01:00
networkd-dhcp6.c networkd-dhcp6: Assign DHCPv6 addresses and prefix lengths 2015-01-27 09:35:24 +02:00
networkd-fdb.c networkd: add FDB support 2014-12-18 15:28:16 +01:00
networkd-ipv4ll.c networkd: manager - enumerate addresses globally, rather than per-link 2014-12-08 22:13:40 +01:00
networkd-link.c networkd: don't warn about missing links unnecessarily 2015-02-05 11:50:34 +01:00
networkd-link.h networkd: handle suspend events 2015-02-03 22:20:38 +01:00
networkd-manager.c networkd: don't warn about missing links unnecessarily 2015-02-05 11:50:34 +01:00
networkd-netdev-bond.c log: rearrange log function naming 2014-11-27 22:05:24 +01:00
networkd-netdev-bond.h networkd: add support for bond options 2014-07-21 20:35:21 +02:00
networkd-netdev-bridge.c networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-bridge.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-dummy.c networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-dummy.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-gperf.gperf networkd: Introduce IP6 tunnel 2015-01-22 21:29:42 +01:00
networkd-netdev-ipvlan.c networkd: netdev - add ipvlan support 2015-01-19 23:25:16 +01:00
networkd-netdev-ipvlan.h networkd: netdev - add ipvlan support 2015-01-19 23:25:16 +01:00
networkd-netdev-macvlan.c log: rearrange log function naming 2014-11-27 22:05:24 +01:00
networkd-netdev-macvlan.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-tunnel.c networkd: tunnel - call tunnel modes ipip6, not ip4ipv6 to match ip(8) 2015-01-28 21:35:54 +01:00
networkd-netdev-tunnel.h networkd: Introduce ip6gre and ip6gretap 2015-01-22 21:29:42 +01:00
networkd-netdev-tuntap.c network: remove unused variable 2014-11-30 02:35:52 +01:00
networkd-netdev-tuntap.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-veth.c treewide: yet more log_*_errno + return simplifications 2014-11-28 18:56:16 +01:00
networkd-netdev-veth.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-vlan.c log: rearrange log function naming 2014-11-27 22:05:24 +01:00
networkd-netdev-vlan.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-vxlan.c networkd: fix compile 2014-12-04 12:19:57 +01:00
networkd-netdev-vxlan.h networkd: support vxlan parameters 2014-12-04 11:13:32 +01:00
networkd-netdev.c networkd: Introduce ip6gre and ip6gretap 2015-01-22 21:29:42 +01:00
networkd-netdev.h networkd: Introduce ip6gre and ip6gretap 2015-01-22 21:29:42 +01:00
networkd-network-gperf.gperf networkd: netdev - add ipvlan support 2015-01-19 23:25:16 +01:00
networkd-network.c networkd: Introduce ip6gre and ip6gretap 2015-01-22 21:29:42 +01:00
networkd-route.c networkd: route - ignore unknown address family 2014-12-08 18:38:55 +01:00
networkd-wait-online-link.c networkd-wait-online: allow specific devices to be ignored 2015-01-31 15:26:08 +01:00
networkd-wait-online-link.h networkd-wait-online: track links 2014-07-17 22:53:35 +02:00
networkd-wait-online-manager.c networkd-wait-online: add timeout 2015-02-02 11:57:52 +01:00
networkd-wait-online.c networkd-wait-online: add timeout 2015-02-02 11:57:52 +01:00
networkd-wait-online.h networkd-wait-online: add timeout 2015-02-02 11:57:52 +01:00
networkd.c networkd: log when finished enumerating links and addresses 2015-02-05 11:50:34 +01:00
networkd.h networkd: don't warn about missing links unnecessarily 2015-02-05 11:50:34 +01:00
test-network-tables.c networkd: netdev - add ipvlan support 2015-01-19 23:25:16 +01:00
test-network.c networkd: refactor socket activation a bit 2015-02-03 22:20:38 +01:00