X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Flibsystemd-network%2Fnetwork-internal.h;h=72432774d79b9b9d78519c6aaf785ae4c1b5a1de;hb=413708d106afb5ec36464c3fad56f081373320e0;hp=c8a531ab0f7ff7a331d1c938ffbccfda3af169d2;hpb=1eb963a32ddd2147057178cc230d919b66a90db7;p=thirdparty%2Fsystemd.git diff --git a/src/libsystemd-network/network-internal.h b/src/libsystemd-network/network-internal.h index c8a531ab0f7..72432774d79 100644 --- a/src/libsystemd-network/network-internal.h +++ b/src/libsystemd-network/network-internal.h @@ -62,6 +62,10 @@ int config_parse_ifalias(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); +int config_parse_iaid(const char *unit, const char *filename, unsigned line, + const char *section, unsigned section_line, const char *lvalue, + int ltype, const char *rvalue, void *data, void *userdata); + int net_get_unique_predictable_data(struct udev_device *device, uint64_t *result); const char *net_get_name(struct udev_device *device);