Systemd/src/network
Zbigniew Jędrzejewski-Szmek b1d6dcf5a5 Do not format USEC_INFINITY as NULL
systemctl would print 'CPUQuotaPerSecUSec=(null)' for no limit. This
does not look right.

Since USEC_INFINITY is one of the valid values, format_timespan()
could return NULL, and we should wrap every use of it in strna() or
similar. But most callers didn't do that, and it seems more robust to
return a string ("infinity") that makes sense most of the time, even
if in some places the result will not be grammatically correct.
2014-09-29 11:09:39 -04: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 networkctl: show the link file applied to each link 2014-09-08 15:09:08 +02:00
networkd-address-pool.c networkd: split out networkd-link.h 2014-08-12 20:42:59 +02:00
networkd-address.c networkd: split out networkd-link.h 2014-08-12 20:42:59 +02:00
networkd-dhcp4.c networkd: dhcp4 - fix unchecked return value 2014-09-17 19:13:35 +02:00
networkd-ipv4ll.c networkd: link - split out ipv4ll handling 2014-08-12 20:42:59 +02:00
networkd-link.c Do not format USEC_INFINITY as NULL 2014-09-29 11:09:39 -04:00
networkd-link.h networkd: move carrier gained/lost handling from link_update_flags() to link_update() 2014-09-04 14:10:57 +02:00
networkd-manager.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
networkd-netdev-bond.c networkd: bridge - use USEC_PER_MSEC macros 2014-07-21 20:54:09 +02: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: add support for bond options 2014-07-21 20:35:21 +02:00
networkd-netdev-macvlan.c networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02: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: split out networkd-link.h 2014-08-12 20:42:59 +02:00
networkd-netdev-tunnel.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev-tuntap.c networkd: tuntap - return correct error when /dev/net/tun cannot be opened 2014-09-08 15:07:51 +02: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 networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02: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 networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02: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: split out networkd-link.h 2014-08-12 20:42:59 +02:00
networkd-netdev-vxlan.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-netdev.c networkd: netdev - failing to create a netdev is not fatal, just fail that netdev 2014-09-08 15:07:51 +02:00
networkd-netdev.h networkd: netdev - split NetDev struct into per-kind structs 2014-07-21 13:32:27 +02:00
networkd-network-gperf.gperf networkd: allow specification of DHCP route metric 2014-09-08 15:09:08 +02:00
networkd-network.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
networkd-route.c networkd: add preferred source to dhcp4 gateway route 2014-09-08 15:08:27 +02:00
networkd-wait-online-link.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02: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: fix comilation warning 2014-07-18 13:25:18 +02:00
networkd-wait-online.c networkd-wait-online: add missing short option 'i' to optstring 2014-08-26 20:29:59 +02:00
networkd-wait-online.h networkd-wait-online: track links 2014-07-17 22:53:35 +02:00
networkd.c notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +02:00
networkd.h networkd: remove vestigial event sources 2014-09-13 14:18:20 -04:00
test-network-tables.c networkd: split out networkd-link.h 2014-08-12 20:42:59 +02:00
test-network.c test-network: fix off-by-one error in test 2014-08-31 19:22:33 +02:00