diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-21 14:51:19 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-21 16:05:02 +0100 |
commit | edbb03e95a3c31bf719d5c6c46eec14d0bcb9c8f (patch) | |
tree | 5f9756ff846f5ed38cea48e5f5060376ed11b769 /src/shared/net-util.h | |
parent | 7a243b22041595a0c7e0dffb3ef5e2158dde933f (diff) |
.network/.netdev/.link: allow to match on architecture
Diffstat (limited to 'src/shared/net-util.h')
-rw-r--r-- | src/shared/net-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/net-util.h b/src/shared/net-util.h index a20b62e052..908fb22ffa 100644 --- a/src/shared/net-util.h +++ b/src/shared/net-util.h @@ -35,6 +35,7 @@ bool net_match_config(const struct ether_addr *match_mac, Condition *match_host, Condition *match_virt, Condition *match_kernel, + Condition *match_arch, const char *dev_mac, const char *dev_path, const char *dev_driver, |