diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-19 16:54:42 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-25 19:35:44 +0100 |
commit | 6ae115c1fe95611b39d2f20cfcea3d385429f59e (patch) | |
tree | 98b548db167fa6afda6635310d944c6406d7226c /src/network/networkd-gperf.gperf | |
parent | 71a6151083d842b2f5bf04e50239f0bf85d34d2e (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.gperf | 2 |
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 |