summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-rtnl/rtnl-util.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-12-02 01:35:11 +0100
committerTom Gundersen <teg@jklm.no>2014-12-02 10:19:53 +0100
commit20dff6c4ff4f6e1b88c841e523ce9cff0e150fdf (patch)
tree721cbe307e563096cbd74bb969aae4c050d51ecd /src/libsystemd/sd-rtnl/rtnl-util.h
parente559b38493e6e0bc0214af2bce5aa940a8a15006 (diff)
sd-rtnl: add sd_rtnl_message_{new_neigh,neigh_get_{family,ifindex}}
Diffstat (limited to 'src/libsystemd/sd-rtnl/rtnl-util.h')
-rw-r--r--src/libsystemd/sd-rtnl/rtnl-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-rtnl/rtnl-util.h b/src/libsystemd/sd-rtnl/rtnl-util.h
index fa3592df9d..ca9fbd4f41 100644
--- a/src/libsystemd/sd-rtnl/rtnl-util.h
+++ b/src/libsystemd/sd-rtnl/rtnl-util.h
@@ -33,6 +33,7 @@ void rtnl_message_seal(sd_rtnl_message *m);
bool rtnl_message_type_is_link(uint16_t type);
bool rtnl_message_type_is_addr(uint16_t type);
bool rtnl_message_type_is_route(uint16_t type);
+bool rtnl_message_type_is_neigh(uint16_t type);
int rtnl_set_link_name(sd_rtnl **rtnl, int ifindex, const char *name);
int rtnl_set_link_properties(sd_rtnl **rtnl, int ifindex, const char *alias, const struct ether_addr *mac, unsigned mtu);