aboutsummaryrefslogtreecommitdiffstats
path: root/netlink.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2008-12-29 11:55:20 +0200
committerTimo Teras <timo.teras@iki.fi>2008-12-29 11:55:20 +0200
commit7051fc6ba4f18ca4ab5e32a51b6cf899fda6d9d1 (patch)
treefbe3d283575212541f66fab62e934f46d065a646 /netlink.h
parent26e672031cbbce32cb996bba00106647aaf52aab (diff)
downloadpingu-7051fc6ba4f18ca4ab5e32a51b6cf899fda6d9d1.tar.bz2
pingu-7051fc6ba4f18ca4ab5e32a51b6cf899fda6d9d1.tar.xz
mtu: inject local path-mtu to remote host
Diffstat (limited to 'netlink.h')
-rw-r--r--netlink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/netlink.h b/netlink.h
new file mode 100644
index 0000000..8c44925
--- /dev/null
+++ b/netlink.h
@@ -0,0 +1,6 @@
+#ifndef PINGU_NETLINK_H
+#define PINGU_NETLINK_H
+
+int netlink_route_get(struct sockaddr *dst, u_int16_t *mtu);
+
+#endif