<div dir="ltr">Most userspace API uses "int" für address family, thats why we used "int" too (I think).<div><br></div><div>Henning<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Tue, Aug 19, 2014 at 12:07 PM, Ferry Huberts <span dir="ltr"><<a href="mailto:mailings@hupie.com" target="_blank">mailings@hupie.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

From: Ferry Huberts <<a href="mailto:ferry.huberts@pelagic.nl">ferry.huberts@pelagic.nl</a>><br>
<br>
Signed-off-by: Ferry Huberts <<a href="mailto:ferry.huberts@pelagic.nl">ferry.huberts@pelagic.nl</a>><br>
---<br>
 src/linux/kernel_routes_nl.c | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/src/linux/kernel_routes_nl.c b/src/linux/kernel_routes_nl.c<br>
index 43f3a20..5f87989 100644<br>
--- a/src/linux/kernel_routes_nl.c<br>
+++ b/src/linux/kernel_routes_nl.c<br>
@@ -338,7 +338,7 @@ int olsr_os_ifip(int ifindex, union olsr_ip_addr *ip, bool create) {<br>
   return olsr_add_ip(ifindex, ip, NULL, create);<br>
 }<br>
<br>
-static int olsr_new_netlink_route(int family, uint32_t rttable, int if_index, int metric, int protocol,<br>
+static int olsr_new_netlink_route(unsigned char family, uint32_t rttable, int if_index, int metric, int protocol,<br>
     const union olsr_ip_addr *src, const union olsr_ip_addr *gw, const struct olsr_ip_prefix *dst,<br>
     bool set, bool del_similar) {<br>
<br>
@@ -489,7 +489,7 @@ void olsr_os_inetgw_tunnel_route(uint32_t if_idx, bool ipv4, bool set, uint8_t t<br>
   }<br>
 }<br>
<br>
-static int olsr_os_process_rt_entry(int af_family, const struct rt_entry *rt, bool set) {<br>
+static int olsr_os_process_rt_entry(unsigned char af_family, const struct rt_entry *rt, bool set) {<br>
   int metric;<br>
   uint32_t table;<br>
   const struct rt_nexthop *nexthop;<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.9.3<br>
<br>
<br>
--<br>
Olsr-dev mailing list<br>
<a href="mailto:Olsr-dev@lists.olsr.org">Olsr-dev@lists.olsr.org</a><br>
<a href="https://lists.olsr.org/mailman/listinfo/olsr-dev" target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-dev</a><br>
</font></span></blockquote></div><br></div>