Systemd/src/network
Tom Gundersen 71a6151083 conf-parser: distinguish between multiple sections with the same name
Pass on the line on which a section was decleared to the parsers, so they
can distinguish between multiple sections (if they chose to). Currently
no parsers take advantage of this, but a follow-up patch will do that
to distinguish

[Address]
Address=192.168.0.1/24
Label=one

[Address]
Address=192.168.0.2/24
Label=two

from

[Address]
Address=192.168.0.1/24
Label=one
Address=192.168.0.2/24
Label=two
2013-11-25 19:35:44 +01:00
..
.gitignore networkd: add a basic network daemon 2013-11-09 23:41:17 +01:00
Makefile networkd: add a basic network daemon 2013-11-09 23:41:17 +01:00
networkd-address.c conf-parser: distinguish between multiple sections with the same name 2013-11-25 19:35:44 +01:00
networkd-gperf.gperf networkd: add a basic network daemon 2013-11-09 23:41:17 +01:00
networkd-link.c networkd: make sure Network and Link can always be freed 2013-11-21 21:04:04 +01:00
networkd-manager.c networkd: don't filter on udev tags 2013-11-21 15:33:02 +01:00
networkd-network.c networkd: make sure Network and Link can always be freed 2013-11-21 21:04:04 +01:00
networkd-route.c conf-parser: distinguish between multiple sections with the same name 2013-11-25 19:35:44 +01:00
networkd.c networkd: fix build 2013-11-23 02:47:12 +01:00
networkd.h conf-parser: distinguish between multiple sections with the same name 2013-11-25 19:35:44 +01:00
test-network.c networkd: make sure Links and Networks are freed 2013-11-19 14:39:19 +01:00