diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-25 01:33:04 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-25 14:53:56 +0100 |
commit | d2df0d0ed3a88e491405b403e6022e6619750130 (patch) | |
tree | d9bccbc34a4c2283403498b9b7ca7ce0d702a6c7 /src/shared/net-util.h | |
parent | 517dcac840fe8d5bf30a05c0084eff219af10a4a (diff) |
udev: net_setup_link - don't use Description as Alias
Use Description only internally, and allow Alias to be set
as a separate option. For instance SNMP uses ifalias for
a specific purpose, so let's not write to it by default.
Diffstat (limited to 'src/shared/net-util.h')
-rw-r--r-- | src/shared/net-util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/net-util.h b/src/shared/net-util.h index eac394bffa..d6ca737e7f 100644 --- a/src/shared/net-util.h +++ b/src/shared/net-util.h @@ -43,4 +43,8 @@ int config_parse_ifname(const char *unit, const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); +int config_parse_ifalias(const char *unit, const char *filename, unsigned line, + const char *section, const char *lvalue, int ltype, + const char *rvalue, void *data, void *userdata); + int net_parse_inaddr(const char *address, unsigned char *family, void *dst); |