summaryrefslogtreecommitdiff
path: root/src/network/networkd-gperf.gperf
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-11-19 16:54:42 +0100
committerTom Gundersen <teg@jklm.no>2013-11-25 19:35:44 +0100
commit6ae115c1fe95611b39d2f20cfcea3d385429f59e (patch)
tree98b548db167fa6afda6635310d944c6406d7226c /src/network/networkd-gperf.gperf
parent71a6151083d842b2f5bf04e50239f0bf85d34d2e (diff)
networkd: add support for [Address] sections
This will allow specifying more options per address than the simple Address= entry in the [Network] section. Preliminary support for the same functionality for [Route] sections are added, but not yet hooked up, as more testing is needed.
Diffstat (limited to 'src/network/networkd-gperf.gperf')
-rw-r--r--src/network/networkd-gperf.gperf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/networkd-gperf.gperf b/src/network/networkd-gperf.gperf
index a0ca6aa7a5..7fbe4669ac 100644
--- a/src/network/networkd-gperf.gperf
+++ b/src/network/networkd-gperf.gperf
@@ -23,3 +23,5 @@ Match.Name, config_parse_ifname, 0, offsetof(Networ
Network.Description, config_parse_string, 0, offsetof(Network, description)
Network.Address, config_parse_address, 0, 0
Network.Gateway, config_parse_gateway, 0, 0
+Address.Address, config_parse_address, 0, 0
+Address.Label, config_parse_label, 0, 0