contrib/package/olsrd-luci: bump to 0.5.6-r4, rebase unbloat patch
[project/luci.git] / contrib / package / olsrd-luci / patches / 140-olsrd-optimize-size.patch
index 7aed872..a87ee5d 100644 (file)
@@ -1,6 +1,20 @@
-diff -Nur olsrd-0.5.6-r3.orig/lib/bmf/src/NetworkInterfaces.c olsrd-0.5.6-r3/lib/bmf/src/NetworkInterfaces.c
---- olsrd-0.5.6-r3.orig/lib/bmf/src/NetworkInterfaces.c        2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/lib/bmf/src/NetworkInterfaces.c     2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/Makefile.inc olsrd-0.5.6-r4/Makefile.inc
+--- olsrd-0.5.6-r4.orig/Makefile.inc   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/Makefile.inc        2009-03-27 17:33:00.000000000 +0000
+@@ -204,6 +204,10 @@
+ $(warning Use CPPFLAGS instead of DEFINES for -D)
+ endif
++ifeq ($(SVEN_OLA_UNBLOAT),1)
++CPPFLAGS += -DSVEN_OLA_UNBLOAT -DNODEBUG
++endif
++
+ TAGFILE ?=    src/TAGS
+ help:
+diff -ur olsrd-0.5.6-r4.orig/lib/bmf/src/NetworkInterfaces.c olsrd-0.5.6-r4/lib/bmf/src/NetworkInterfaces.c
+--- olsrd-0.5.6-r4.orig/lib/bmf/src/NetworkInterfaces.c        2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/lib/bmf/src/NetworkInterfaces.c     2009-03-27 17:33:00.000000000 +0000
 @@ -544,7 +544,9 @@
            OLSR_PRINTF(9, "%s: ----> Not forwarding to %s: no link found\n", PLUGIN_NAME_SHORT,
                        olsr_ip_to_string(&buf, &walker->neighbor_iface_addr));
@@ -11,9 +25,9 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/bmf/src/NetworkInterfaces.c olsrd-0.5.6-r3/lib
  
            OLSR_PRINTF(9, "%s: ----> Not forwarding to %s: \"%s\" gives a better link to this neighbor, costing %5.2f\n",
                        PLUGIN_NAME_SHORT, olsr_ip_to_string(&buf, &walker->neighbor_iface_addr), bestIntf->int_name,
-diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/Makefile olsrd-0.5.6-r3/lib/httpinfo/Makefile
---- olsrd-0.5.6-r3.orig/lib/httpinfo/Makefile  2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/lib/httpinfo/Makefile       2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/lib/httpinfo/Makefile olsrd-0.5.6-r4/lib/httpinfo/Makefile
+--- olsrd-0.5.6-r4.orig/lib/httpinfo/Makefile  2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/lib/httpinfo/Makefile       2009-03-27 17:33:00.000000000 +0000
 @@ -47,7 +47,11 @@
  CPPFLAGS +=   -DADMIN_INTERFACE
  endif
@@ -26,9 +40,9 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/Makefile olsrd-0.5.6-r3/lib/httpinfo/
  
  default_target: $(PLUGIN_FULLNAME)
  ifdef ADMIN_INTERFACE
-diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/lib/httpinfo/src/olsrd_httpinfo.c
---- olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c      2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/lib/httpinfo/src/olsrd_httpinfo.c   2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r4/lib/httpinfo/src/olsrd_httpinfo.c
+--- olsrd-0.5.6-r4.orig/lib/httpinfo/src/olsrd_httpinfo.c      2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/lib/httpinfo/src/olsrd_httpinfo.c   2009-03-27 17:33:00.000000000 +0000
 @@ -67,7 +67,9 @@
  
  #include "olsrd_httpinfo.h"
@@ -41,29 +55,29 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
  #undef OS
 @@ -181,7 +183,9 @@
  
- static int build_about_body(char *, olsr_u32_t);
+ static int build_about_body(char *, uint32_t);
  
 +#ifndef SVEN_OLA_UNBLOAT
- static int build_cfgfile_body(char *, olsr_u32_t);
+ static int build_cfgfile_body(char *, uint32_t);
 +#endif /* SVEN_OLA_UNBLOAT */
  
  static int check_allowed_ip(const struct allowed_net *const allowed_nets, const union olsr_ip_addr *const addr);
  
-@@ -217,10 +221,13 @@
-   {"Admin", "admin", build_admin_body, OLSR_TRUE},
+@@ -216,10 +220,13 @@
+   {"Admin", "admin", build_admin_body, true},
  #endif
-   {"About", "about", build_about_body, OLSR_TRUE},
+   {"About", "about", build_about_body, true},
 +#ifndef SVEN_OLA_UNBLOAT
-   {"FOO", "cfgfile", build_cfgfile_body, OLSR_FALSE},
+   {"FOO", "cfgfile", build_cfgfile_body, false},
 +#endif /* SVEN_OLA_UNBLOAT */
-   {NULL, NULL, NULL, OLSR_FALSE}
+   {NULL, NULL, NULL, false}
  };
  
 +#ifndef SVEN_OLA_UNBLOAT
  static const struct static_bin_file_entry static_bin_files[] = {
    {"favicon.ico", favicon_ico, sizeof(favicon_ico)}
    ,
-@@ -230,6 +237,7 @@
+@@ -229,6 +236,7 @@
    ,
    {NULL, NULL, 0}
  };
@@ -71,7 +85,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
  
  static const struct static_txt_file_entry static_txt_files[] = {
    {"httpinfo.css", httpinfo_css},
-@@ -408,6 +416,7 @@
+@@ -407,6 +415,7 @@
    } else if (!strcmp(req_type, "GET")) {
      int i = 0;
  
@@ -79,7 +93,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
      for (i = 0; static_bin_files[i].filename; i++) {
        if (FILENREQ_MATCH(filename, static_bin_files[i].filename)) {
          break;
-@@ -423,6 +432,7 @@
+@@ -422,6 +431,7 @@
      }
  
      i = 0;
@@ -87,7 +101,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
      while (static_txt_files[i].filename) {
        if (FILENREQ_MATCH(filename, static_txt_files[i].filename)) {
          break;
-@@ -462,16 +472,22 @@
+@@ -461,16 +471,22 @@
          snprintf(&body[size], sizeof(body) - size,
                   "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n" "<head>\n"
                   "<meta http-equiv=\"Content-type\" content=\"text/html; charset=ISO-8859-1\">\n"
@@ -100,10 +114,10 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
                   "<link rel=\"stylesheet\" type=\"text/css\" href=\"httpinfo.css\">\n" "</head>\n"
                   "<body bgcolor=\"#ffffff\" text=\"#000000\">\n"
 +#ifndef SVEN_OLA_UNBLOAT
-                  "<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"%d\">\n"
+                  "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"%d\">\n"
                   "<tbody><tr bgcolor=\"#ffffff\">\n" "<td align=\"left\" height=\"69\" valign=\"middle\" width=\"80%%\">\n"
                   "<font color=\"black\" face=\"timesroman\" size=\"6\">&nbsp;&nbsp;&nbsp;<a href=\"http://www.olsr.org/\">olsr.org OLSR daemon</a></font></td>\n"
-                  "<td align=\"right\" height=\"69\" valign=\"middle\" width=\"20%%\">\n"
+                  "<td height=\"69\" valign=\"middle\" width=\"20%%\">\n"
                   "<a href=\"http://www.olsr.org/\"><img border=\"0\" src=\"/logo.gif\" alt=\"olsrd logo\"></a></td>\n" "</tr>\n"
 -                 "</tbody>\n" "</table>\n", FRAMEWIDTH);
 +                 "</tbody>\n" "</table>\n", FRAMEWIDTH
@@ -112,7 +126,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
  
        size += build_tabs(&body[size], sizeof(body) - size, i);
        size += build_frame(&body[size], sizeof(body) - size, "Current Routes", "routes", FRAMEWIDTH, tab_entries[i].build_body_cb);
-@@ -855,7 +871,7 @@
+@@ -854,7 +870,7 @@
        size += snprintf(&buf[size], bufsize - size, "<tr><td colspan=\"3\">Status: DOWN</td></tr>\n");
        continue;
      }
@@ -121,7 +135,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
      if (olsr_cnf->ip_version == AF_INET) {
        struct ipaddr_str addrbuf, maskbuf, bcastbuf;
        size +=
-@@ -868,6 +884,7 @@
+@@ -867,6 +883,7 @@
          snprintf(&buf[size], bufsize - size, "<tr>\n" "<td>IP: %s</td>\n" "<td>MCAST: %s</td>\n" "<td></td>\n" "</tr>\n",
                   ip6_to_string(&addrbuf, &rifs->int6_addr.sin6_addr), ip6_to_string(&maskbuf, &rifs->int6_multaddr.sin6_addr));
      }
@@ -129,15 +143,15 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
      size +=
        snprintf(&buf[size], bufsize - size, "<tr>\n" "<td>MTU: %d</td>\n" "<td>WLAN: %s</td>\n" "<td>STATUS: UP</td>\n" "</tr>\n",
                 rifs->int_mtu, rifs->is_wireless ? "Yes" : "No");
-@@ -1116,6 +1133,7 @@
+@@ -1115,6 +1132,7 @@
                    build_host);
  }
  
 +#ifndef SVEN_OLA_UNBLOAT
  static int
- build_cfgfile_body(char *buf, olsr_u32_t bufsize)
+ build_cfgfile_body(char *buf, uint32_t bufsize)
  {
-@@ -1150,6 +1168,7 @@
+@@ -1149,6 +1167,7 @@
  #endif
    return size;
  }
@@ -145,9 +159,9 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/httpinfo/src/olsrd_httpinfo.c olsrd-0.5.6-r3/l
  
  static int
  check_allowed_ip(const struct allowed_net *const allowed_nets, const union olsr_ip_addr *const addr)
-diff -Nur olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r3/lib/nameservice/src/nameservice.c
---- olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c      2008-12-03 10:01:07.000000000 +0100
-+++ olsrd-0.5.6-r3/lib/nameservice/src/nameservice.c   2008-12-03 10:10:52.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r4/lib/nameservice/src/nameservice.c
+--- olsrd-0.5.6-r4.orig/lib/nameservice/src/nameservice.c      2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/lib/nameservice/src/nameservice.c   2009-03-27 17:33:00.000000000 +0000
 @@ -65,6 +65,11 @@
  #include "mapwrite.h"
  #include "compat.h"
@@ -179,16 +193,16 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r3/l
  float my_lat = 0.0, my_lon = 0.0;
 @@ -102,9 +111,11 @@
  static struct name_entry *my_macs = NULL;
- static olsr_bool mac_table_changed = OLSR_TRUE;
+ static bool mac_table_changed = true;
  
 +#ifndef SVEN_OLA_UNBLOAT
  static struct list_node forwarder_list[HASHSIZE];
  static struct name_entry *my_forwarders = NULL;
- static olsr_bool forwarder_table_changed = OLSR_TRUE;
+ static bool forwarder_table_changed = true;
 +#endif /* SVEN_OLA_UNBLOAT */
  
  struct list_node latlon_list[HASHSIZE];
- static olsr_bool latlon_table_changed = OLSR_TRUE;
+ static bool latlon_table_changed = true;
 @@ -138,7 +149,9 @@
    GetWindowsDirectory(my_hosts_file, MAX_FILE - 12);
    GetWindowsDirectory(my_services_file, MAX_FILE - 12);
@@ -323,8 +337,8 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r3/l
    write_resolv_file();             /* if forwarder_table_changed */
 +#endif /* SVEN_OLA_UNBLOAT */
    write_hosts_file();              /* if name_table_changed */
-   write_services_file(OLSR_FALSE); /* if service_table_changed */
-   write_services_file(OLSR_TRUE);  /* if mac_table_changed */
+   write_services_file(false); /* if service_table_changed */
+   write_services_file(true);  /* if mac_table_changed */
 @@ -693,11 +730,13 @@
      pos = create_packet((struct name *)pos, my_name);
      i++;
@@ -365,7 +379,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r3/l
  /**
 @@ -1120,6 +1163,7 @@
  #endif
-   name_table_changed = OLSR_FALSE;
+   name_table_changed = false;
  
 +#ifndef SVEN_OLA_UNBLOAT
    // Executes my_name_change_script after writing the hosts file
@@ -392,7 +406,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r3/l
        }
      }
 +#endif /* SVEN_OLA_UNBLOAT */
-     mac_table_changed = OLSR_FALSE;
+     mac_table_changed = false;
    }
    else {
 +#ifndef SVEN_OLA_UNBLOAT
@@ -404,7 +418,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r3/l
        }
      }
 +#endif /* SVEN_OLA_UNBLOAT */
-     service_table_changed = OLSR_FALSE;
+     service_table_changed = false;
    }
  }
 @@ -1222,6 +1271,7 @@
@@ -431,7 +445,7 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r3/l
  {
 @@ -1341,6 +1393,7 @@
    fclose(resolv);
-   forwarder_table_changed = OLSR_FALSE;
+   forwarder_table_changed = false;
  }
 +#endif /* SVEN_OLA_UNBLOAT */
  
@@ -439,48 +453,19 @@ diff -Nur olsrd-0.5.6-r3.orig/lib/nameservice/src/nameservice.c olsrd-0.5.6-r3/l
   * completely free a list of name_entries
 @@ -1359,9 +1412,11 @@
      case NAME_HOST:
-       name_table_changed = OLSR_TRUE;
+       name_table_changed = true;
        break;
 +#ifndef SVEN_OLA_UNBLOAT
      case NAME_FORWARDER:
-       forwarder_table_changed = OLSR_TRUE;
+       forwarder_table_changed = true;
        break;
 +#endif /* SVEN_OLA_UNBLOAT */
      case NAME_SERVICE:
-       service_table_changed = OLSR_TRUE;
+       service_table_changed = true;
        break;
-@@ -1459,8 +1514,14 @@
-    * these are then used by allowed_hostname_or_ip_in_service
-    * see regexec(3) for more infos */
-   if (!is_service_wellformed(service_line)) {
-+#ifdef SVEN_OLA_UNBLOAT
-+    olsr_printf(1, "NAME PLUGIN: %s: Not 'x://y:z/|tcp|Text'\n", service_line);
-+#endif /* SVEN_OLA_UNBLOAT */
-     return OLSR_FALSE;
-   } else if (!allowed_hostname_or_ip_in_service(service_line, &(regmatch_t_service[1]))) {
-+#ifdef SVEN_OLA_UNBLOAT
-+    olsr_printf(1, "NAME PLUGIN: %s: IP/Addr not yours and not HNA\n", service_line);
-+#endif /* SVEN_OLA_UNBLOAT */
-     return OLSR_FALSE;
-   }
-diff -Nur olsrd-0.5.6-r3.orig/Makefile.inc olsrd-0.5.6-r3/Makefile.inc
---- olsrd-0.5.6-r3.orig/Makefile.inc   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/Makefile.inc        2008-12-03 10:01:07.000000000 +0100
-@@ -204,6 +204,10 @@
- $(warning Use CPPFLAGS instead of DEFINES for -D)
- endif
-+ifeq ($(SVEN_OLA_UNBLOAT),1)
-+CPPFLAGS += -DSVEN_OLA_UNBLOAT -DNODEBUG
-+endif
-+
- TAGFILE ?=    src/TAGS
- help:
-diff -Nur olsrd-0.5.6-r3.orig/src/apm.h olsrd-0.5.6-r3/src/apm.h
---- olsrd-0.5.6-r3.orig/src/apm.h      2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/apm.h   2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/apm.h olsrd-0.5.6-r4/src/apm.h
+--- olsrd-0.5.6-r4.orig/src/apm.h      2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/apm.h   2009-03-27 17:33:00.000000000 +0000
 @@ -41,6 +41,7 @@
  
  #ifndef _OLSR_APM
@@ -497,9 +482,64 @@ diff -Nur olsrd-0.5.6-r3.orig/src/apm.h olsrd-0.5.6-r3/src/apm.h
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/local.mk olsrd-0.5.6-r3/src/cfgparser/local.mk
---- olsrd-0.5.6-r3.orig/src/cfgparser/local.mk 2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/cfgparser/local.mk      2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/cfgparser/cfgfile_gen.c olsrd-0.5.6-r4/src/cfgparser/cfgfile_gen.c
+--- olsrd-0.5.6-r4.orig/src/cfgparser/cfgfile_gen.c    2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/cfgparser/cfgfile_gen.c 2009-03-27 17:33:00.000000000 +0000
+@@ -57,7 +57,9 @@
+   struct olsr_if *in = cnf->interfaces;
+   struct plugin_entry *pe = cnf->plugins;
+   struct plugin_param *pp;
++#ifndef SVEN_OLA_UNBLOAT
+   struct ip_prefix_list *ie = cnf->ipc_nets;
++#endif /* SVEN_OLA_UNBLOAT */
+   struct olsr_lq_mult *mult;
+   char ipv6_buf[100];                  /* buffer for IPv6 inet_htop */
+@@ -133,6 +135,7 @@
+   else
+     fprintf(fd, "Willingness\t%d\n\n", cnf->willingness);
++#ifndef SVEN_OLA_UNBLOAT
+   /* IPC */
+   fprintf(fd, "# Allow processes like the GUI front-end\n# to connect to the daemon.\n\n");
+   fprintf(fd, "IpcConnect {\n");
+@@ -149,6 +152,7 @@
+   }
+   fprintf(fd, "}\n\n");
++#endif /* SVEN_OLA_UNBLOAT */
+   /* Hysteresis */
+   fprintf(fd, "# Hysteresis adds more robustness to the\n# link sensing.\n# Used by default. 'yes' or 'no'\n\n");
+@@ -367,7 +371,9 @@
+   struct olsr_if *in = cnf->interfaces;
+   struct plugin_entry *pe = cnf->plugins;
+   struct plugin_param *pp;
++#ifndef SVEN_OLA_UNBLOAT
+   struct ip_prefix_list *ie = cnf->ipc_nets;
++#endif /* SVEN_OLA_UNBLOAT */
+   struct olsr_lq_mult *mult;
+   int size = 0;
+@@ -434,6 +440,7 @@
+   else
+     WRITE_TO_BUF("Willingness\t%d\n\n", cnf->willingness);
++#ifndef SVEN_OLA_UNBLOAT
+   /* IPC */
+   WRITE_TO_BUF("# Allow processes like the GUI front-end\n# to connect to the daemon.\n\n");
+   WRITE_TO_BUF("IpcConnect {\n");
+@@ -449,6 +456,7 @@
+   }
+   WRITE_TO_BUF("}\n\n");
++#endif /* SVEN_OLA_UNBLOAT */
+   /* Hysteresis */
+   WRITE_TO_BUF("# Hysteresis adds more robustness to the\n# link sensing.\n# Used by default. 'yes' or 'no'\n\n");
+diff -ur olsrd-0.5.6-r4.orig/src/cfgparser/local.mk olsrd-0.5.6-r4/src/cfgparser/local.mk
+--- olsrd-0.5.6-r4.orig/src/cfgparser/local.mk 2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/cfgparser/local.mk      2009-03-27 17:33:00.000000000 +0000
 @@ -41,8 +41,13 @@
  C=$(if $(CFGDIR),$(CFGDIR)/)
  
@@ -514,9 +554,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/local.mk olsrd-0.5.6-r3/src/cfgparse
  HDRS += $(foreach file,olsrd_conf oparse,$(C)$(file).h)
  
  $(C)oscan.c: $(C)oscan.lex $(C)Makefile
-diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/olsrd_conf.c olsrd-0.5.6-r3/src/cfgparser/olsrd_conf.c
---- olsrd-0.5.6-r3.orig/src/cfgparser/olsrd_conf.c     2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/cfgparser/olsrd_conf.c  2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/cfgparser/olsrd_conf.c olsrd-0.5.6-r4/src/cfgparser/olsrd_conf.c
+--- olsrd-0.5.6-r4.orig/src/cfgparser/olsrd_conf.c     2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/cfgparser/olsrd_conf.c  2009-03-27 17:33:00.000000000 +0000
 @@ -81,11 +81,13 @@
    }
  
@@ -533,10 +573,10 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/olsrd_conf.c olsrd-0.5.6-r3/src/cfgp
      printf("Failed parsing \"%s\"\n", argv[1]);
 @@ -152,7 +154,9 @@
      /* set various stuff */
-     in->configured = OLSR_FALSE;
+     in->configured = false;
      in->interf = NULL;
 +#ifndef SVEN_OLA_UNBLOAT
-     in->host_emul = OLSR_FALSE;
+     in->host_emul = false;
 +#endif /* SVEN_OLA_UNBLOAT */
    }
    return olsr_cnf;
@@ -544,15 +584,15 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/olsrd_conf.c olsrd-0.5.6-r3/src/cfgp
 @@ -389,7 +393,9 @@
  
    cnf->debug_level = DEF_DEBUGLVL;
-   cnf->no_fork = OLSR_FALSE;
+   cnf->no_fork = false;
 +#ifndef SVEN_OLA_UNBLOAT
-   cnf->host_emul = OLSR_FALSE;
+   cnf->host_emul = false;
 +#endif /* SVEN_OLA_UNBLOAT */
    cnf->ip_version = AF_INET;
    cnf->ipsize = sizeof(struct in_addr);
    cnf->maxplen = 32;
-@@ -398,7 +404,9 @@
-   cnf->rttable = 254;
+@@ -400,7 +406,9 @@
+   cnf->rtproto = DEF_RTPROTO;
    cnf->rttable_default = 0;
    cnf->willingness_auto = DEF_WILL_AUTO;
 +#ifndef SVEN_OLA_UNBLOAT
@@ -561,7 +601,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/olsrd_conf.c olsrd-0.5.6-r3/src/cfgp
    cnf->fib_metric = DEF_FIB_METRIC;
  
    cnf->use_hysteresis = DEF_USE_HYST;
-@@ -477,6 +485,7 @@
+@@ -479,6 +487,7 @@
  
  }
  
@@ -569,7 +609,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/olsrd_conf.c olsrd-0.5.6-r3/src/cfgp
  void
  olsrd_print_cnf(struct olsrd_config *cnf)
  {
-@@ -613,6 +622,7 @@
+@@ -622,6 +631,7 @@
      }
    }
  }
@@ -577,26 +617,26 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/olsrd_conf.c olsrd-0.5.6-r3/src/cfgp
  
  #if defined WIN32
  struct ioinfo {
-diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/oparse.y olsrd-0.5.6-r3/src/cfgparser/oparse.y
---- olsrd-0.5.6-r3.orig/src/cfgparser/oparse.y 2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/cfgparser/oparse.y      2008-12-03 10:01:07.000000000 +0100
-@@ -176,7 +176,6 @@
- %token TOK_RTTABLE
+diff -ur olsrd-0.5.6-r4.orig/src/cfgparser/oparse.y olsrd-0.5.6-r4/src/cfgparser/oparse.y
+--- olsrd-0.5.6-r4.orig/src/cfgparser/oparse.y 2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/cfgparser/oparse.y      2009-03-27 17:33:00.000000000 +0000
+@@ -178,7 +178,6 @@
+ %token TOK_RTPROTO
  %token TOK_RTTABLE_DEFAULT
  %token TOK_WILLINGNESS
 -%token TOK_IPCCON
  %token TOK_FIBMETRIC
  %token TOK_USEHYST
  %token TOK_HYSTSCALE
-@@ -199,7 +198,6 @@
+@@ -201,7 +200,6 @@
  
  %token TOK_HOSTLABEL
  %token TOK_NETLABEL
 -%token TOK_MAXIPC
  
  %token TOK_IP4BROADCAST
- %token TOK_IP6ADDRTYPE
-@@ -258,7 +256,6 @@
+ %token TOK_IFMODE
+@@ -263,7 +261,6 @@
  
  block:      TOK_HNA4 hna4body
            | TOK_HNA6 hna6body
@@ -604,7 +644,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/oparse.y olsrd-0.5.6-r3/src/cfgparse
            | ifblock ifbody
            | plblock plbody
  ;
-@@ -283,18 +280,6 @@
+@@ -288,18 +285,6 @@
           | ihna6entry
  ;
  
@@ -623,7 +663,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/oparse.y olsrd-0.5.6-r3/src/cfgparse
  ifblock:   ifstart ifnicks
  ;
  
-@@ -335,77 +320,6 @@
+@@ -341,77 +326,6 @@
            | vcomment
  ;
  
@@ -701,9 +741,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/oparse.y olsrd-0.5.6-r3/src/cfgparse
  iifweight:       TOK_IFWEIGHT TOK_INTEGER
  {
    int ifcnt = ifs_in_curr_cfg;
-diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/oscan.lex olsrd-0.5.6-r3/src/cfgparser/oscan.lex
---- olsrd-0.5.6-r3.orig/src/cfgparser/oscan.lex        2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/cfgparser/oscan.lex     2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/cfgparser/oscan.lex olsrd-0.5.6-r4/src/cfgparser/oscan.lex
+--- olsrd-0.5.6-r4.orig/src/cfgparser/oscan.lex        2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/cfgparser/oscan.lex     2009-03-27 17:33:00.000000000 +0000
 @@ -253,11 +253,6 @@
      return TOK_NETLABEL;
  }
@@ -716,7 +756,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/oscan.lex olsrd-0.5.6-r3/src/cfgpars
  "DebugLevel" {
      yylval = NULL;
      return TOK_DEBUGLEVEL;
-@@ -323,11 +318,6 @@
+@@ -334,11 +329,6 @@
      return TOK_WILLINGNESS;
  }
  
@@ -728,12 +768,12 @@ diff -Nur olsrd-0.5.6-r3.orig/src/cfgparser/oscan.lex olsrd-0.5.6-r3/src/cfgpars
  "FIBMetric" {
      yylval = NULL;
      return TOK_FIBMETRIC;
-diff -Nur olsrd-0.5.6-r3.orig/src/defs.h olsrd-0.5.6-r3/src/defs.h
---- olsrd-0.5.6-r3.orig/src/defs.h     2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/defs.h  2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/defs.h olsrd-0.5.6-r4/src/defs.h
+--- olsrd-0.5.6-r4.orig/src/defs.h     2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/defs.h  2009-03-27 17:33:00.000000000 +0000
 @@ -190,6 +190,8 @@
   */
unsigned long olsr_times(void);
clock_t olsr_times(void);
  
 +#ifndef SVEN_OLA_UNBLOAT
 +
@@ -748,11 +788,11 @@ diff -Nur olsrd-0.5.6-r3.orig/src/defs.h olsrd-0.5.6-r3/src/defs.h
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/duplicate_set.c olsrd-0.5.6-r3/src/duplicate_set.c
---- olsrd-0.5.6-r3.orig/src/duplicate_set.c    2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/duplicate_set.c 2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/duplicate_set.c olsrd-0.5.6-r4/src/duplicate_set.c
+--- olsrd-0.5.6-r4.orig/src/duplicate_set.c    2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/duplicate_set.c 2009-03-27 17:33:00.000000000 +0000
 @@ -174,6 +174,7 @@
-   return OLSR_FALSE;            /* no duplicate */
+   return false;                 /* no duplicate */
  }
  
 +#ifndef SVEN_OLA_UNBLOAT
@@ -767,9 +807,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/duplicate_set.c olsrd-0.5.6-r3/src/duplicate_s
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/hna_set.c olsrd-0.5.6-r3/src/hna_set.c
---- olsrd-0.5.6-r3.orig/src/hna_set.c  2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/hna_set.c       2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/hna_set.c olsrd-0.5.6-r4/src/hna_set.c
+--- olsrd-0.5.6-r4.orig/src/hna_set.c  2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/hna_set.c       2009-03-27 17:33:00.000000000 +0000
 @@ -279,6 +279,7 @@
   *
   *@return nada
@@ -786,9 +826,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/hna_set.c olsrd-0.5.6-r3/src/hna_set.c
  
  /**
   *Process incoming HNA message.
-diff -Nur olsrd-0.5.6-r3.orig/src/interfaces.c olsrd-0.5.6-r3/src/interfaces.c
---- olsrd-0.5.6-r3.orig/src/interfaces.c       2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/interfaces.c    2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/interfaces.c olsrd-0.5.6-r4/src/interfaces.c
+--- olsrd-0.5.6-r4.orig/src/interfaces.c       2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/interfaces.c    2009-03-27 17:33:00.000000000 +0000
 @@ -93,12 +93,16 @@
    OLSR_PRINTF(1, "\n ---- Interface configuration ---- \n\n");
    /* Run trough all interfaces immedeatly */
@@ -823,15 +863,15 @@ diff -Nur olsrd-0.5.6-r3.orig/src/interfaces.c olsrd-0.5.6-r3/src/interfaces.c
    interf_n->configured = 0;
  
 +#ifndef SVEN_OLA_UNBLOAT
-   interf_n->host_emul = hemu ? OLSR_TRUE : OLSR_FALSE;
+   interf_n->host_emul = hemu ? true : false;
 +#endif /* SVEN_OLA_UNBLOAT */
  
    strscpy(interf_n->name, name, name_size);
    interf_n->next = olsr_cnf->interfaces;
-diff -Nur olsrd-0.5.6-r3.orig/src/interfaces.h olsrd-0.5.6-r3/src/interfaces.h
---- olsrd-0.5.6-r3.orig/src/interfaces.h       2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/interfaces.h    2008-12-03 10:01:07.000000000 +0100
-@@ -196,7 +196,12 @@
+diff -ur olsrd-0.5.6-r4.orig/src/interfaces.h olsrd-0.5.6-r4/src/interfaces.h
+--- olsrd-0.5.6-r4.orig/src/interfaces.h       2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/interfaces.h    2009-03-27 17:33:00.000000000 +0000
+@@ -200,7 +200,12 @@
  
  struct interface *if_ifwithindex(const int if_index);
  
@@ -845,41 +885,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/interfaces.h olsrd-0.5.6-r3/src/interfaces.h
  
  int add_ifchgf(int (*f) (struct interface *, int));
  
-diff -Nur olsrd-0.5.6-r3.orig/src/ipcalc.c olsrd-0.5.6-r3/src/ipcalc.c
---- olsrd-0.5.6-r3.orig/src/ipcalc.c   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/ipcalc.c        2008-12-03 10:01:07.000000000 +0100
-@@ -122,6 +122,7 @@
-   return prefix;
- }
-+#ifndef SVEN_OLA_UNBLOAT
- const char *
- olsr_ip_prefix_to_string(const struct olsr_ip_prefix *prefix)
- {
-@@ -148,6 +149,7 @@
-   }
-   return rv;
- }
-+#endif /* SVEN_OLA_UNBLOAT */
- /* see if the ipaddr is in the net. That is equivalent to the fact that the net part
-  * of both are equal. So we must compare the first <prefixlen> bits.
-diff -Nur olsrd-0.5.6-r3.orig/src/ipcalc.h olsrd-0.5.6-r3/src/ipcalc.h
---- olsrd-0.5.6-r3.orig/src/ipcalc.h   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/ipcalc.h        2008-12-03 10:01:07.000000000 +0100
-@@ -146,7 +146,9 @@
-   return inet_ntop(olsr_cnf->ip_version, addr, buf->buf, sizeof(buf->buf));
- }
-+#ifndef SVEN_OLA_UNBLOAT
- const char *olsr_ip_prefix_to_string(const struct olsr_ip_prefix *prefix);
-+#endif /* SVEN_OLA_UNBLOAT */
- static INLINE const char *
- sockaddr4_to_string(struct ipaddr_str *const buf, const struct sockaddr *const addr)
-diff -Nur olsrd-0.5.6-r3.orig/src/ipc_frontend.c olsrd-0.5.6-r3/src/ipc_frontend.c
---- olsrd-0.5.6-r3.orig/src/ipc_frontend.c     2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/ipc_frontend.c  2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/ipc_frontend.c olsrd-0.5.6-r4/src/ipc_frontend.c
+--- olsrd-0.5.6-r4.orig/src/ipc_frontend.c     2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/ipc_frontend.c  2009-03-27 17:33:00.000000000 +0000
 @@ -46,6 +46,7 @@
   *
   */
@@ -896,9 +904,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/ipc_frontend.c olsrd-0.5.6-r3/src/ipc_frontend
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/ipc_frontend.h olsrd-0.5.6-r3/src/ipc_frontend.h
---- olsrd-0.5.6-r3.orig/src/ipc_frontend.h     2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/ipc_frontend.h  2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/ipc_frontend.h olsrd-0.5.6-r4/src/ipc_frontend.h
+--- olsrd-0.5.6-r4.orig/src/ipc_frontend.h     2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/ipc_frontend.h  2009-03-27 17:33:00.000000000 +0000
 @@ -48,6 +48,7 @@
  
  #ifndef _OLSR_IPC
@@ -915,10 +923,42 @@ diff -Nur olsrd-0.5.6-r3.orig/src/ipc_frontend.h olsrd-0.5.6-r3/src/ipc_frontend
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/link_set.c olsrd-0.5.6-r3/src/link_set.c
---- olsrd-0.5.6-r3.orig/src/link_set.c 2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/link_set.c      2008-12-03 10:01:07.000000000 +0100
-@@ -746,6 +746,7 @@
+diff -ur olsrd-0.5.6-r4.orig/src/ipcalc.c olsrd-0.5.6-r4/src/ipcalc.c
+--- olsrd-0.5.6-r4.orig/src/ipcalc.c   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/ipcalc.c        2009-03-27 17:33:00.000000000 +0000
+@@ -121,6 +121,7 @@
+   return prefix;
+ }
++#ifndef SVEN_OLA_UNBLOAT
+ const char *
+ olsr_ip_prefix_to_string(const struct olsr_ip_prefix *prefix)
+ {
+@@ -147,6 +148,7 @@
+   }
+   return rv;
+ }
++#endif /* SVEN_OLA_UNBLOAT */
+ /* see if the ipaddr is in the net. That is equivalent to the fact that the net part
+  * of both are equal. So we must compare the first <prefixlen> bits.
+diff -ur olsrd-0.5.6-r4.orig/src/ipcalc.h olsrd-0.5.6-r4/src/ipcalc.h
+--- olsrd-0.5.6-r4.orig/src/ipcalc.h   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/ipcalc.h        2009-03-27 17:33:00.000000000 +0000
+@@ -146,7 +146,9 @@
+   return inet_ntop(olsr_cnf->ip_version, addr, buf->buf, sizeof(buf->buf));
+ }
++#ifndef SVEN_OLA_UNBLOAT
+ const char *olsr_ip_prefix_to_string(const struct olsr_ip_prefix *prefix);
++#endif /* SVEN_OLA_UNBLOAT */
+ static INLINE const char *
+ sockaddr4_to_string(struct ipaddr_str *const buf, const struct sockaddr *const addr)
+diff -ur olsrd-0.5.6-r4.orig/src/link_set.c olsrd-0.5.6-r4/src/link_set.c
+--- olsrd-0.5.6-r4.orig/src/link_set.c 2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/link_set.c      2009-03-27 17:33:00.000000000 +0000
+@@ -761,6 +761,7 @@
    return ret;
  }
  
@@ -926,7 +966,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/link_set.c olsrd-0.5.6-r3/src/link_set.c
  void
  olsr_print_link_set(void)
  {
-@@ -767,6 +768,7 @@
+@@ -782,6 +783,7 @@
    } OLSR_FOR_ALL_LINK_ENTRIES_END(walker);
  #endif
  }
@@ -934,9 +974,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/link_set.c olsrd-0.5.6-r3/src/link_set.c
  
  /*
   * called for every LQ HELLO message.
-diff -Nur olsrd-0.5.6-r3.orig/src/linux/apm.c olsrd-0.5.6-r3/src/linux/apm.c
---- olsrd-0.5.6-r3.orig/src/linux/apm.c        2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/linux/apm.c     2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/linux/apm.c olsrd-0.5.6-r4/src/linux/apm.c
+--- olsrd-0.5.6-r4.orig/src/linux/apm.c        2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/linux/apm.c     2009-03-27 17:33:00.000000000 +0000
 @@ -44,6 +44,7 @@
   * Acpi-Power Enlightenment epplet
   */
@@ -953,25 +993,66 @@ diff -Nur olsrd-0.5.6-r3.orig/src/linux/apm.c olsrd-0.5.6-r3/src/linux/apm.c
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/linux/kernel_routes.c olsrd-0.5.6-r3/src/linux/kernel_routes.c
---- olsrd-0.5.6-r3.orig/src/linux/kernel_routes.c      2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/linux/kernel_routes.c   2008-12-03 10:01:07.000000000 +0100
-@@ -144,10 +144,12 @@
-         h = NLMSG_NEXT(h, ret);
-       }
-     }
+diff -ur olsrd-0.5.6-r4.orig/src/linux/kernel_routes.c olsrd-0.5.6-r4/src/linux/kernel_routes.c
+--- olsrd-0.5.6-r4.orig/src/linux/kernel_routes.c      2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/linux/kernel_routes.c   2009-03-27 17:33:00.000000000 +0000
+@@ -300,11 +300,13 @@
+     if (rt_ret > 0) rt_ret = 0; /* successful recovery */
+     else rt_ret = -1; /* unrecoverable error */
+   }
 +#ifndef SVEN_OLA_UNBLOAT
-     if (0 <= ret && olsr_cnf->ipc_connections > 0) {
-       ipc_route_send_rtentry(&rt->rt_dst.prefix, &nexthop->gateway, metric, RTM_NEWROUTE == cmd,
+   //send ipc update on success
+   if ( ( cmd != RTM_NEWRULE ) & ( cmd != RTM_DELRULE ) & (flag = RT_ORIG_REQUEST) & (0 <= rt_ret && olsr_cnf->ipc_connections > 0)) {
+     ipc_route_send_rtentry(&rt->rt_dst.prefix, &nexthop->gateway, metric, RTM_NEWROUTE == cmd,
                               if_ifwithindex_name(nexthop->iif_index));
-     }
-+#endif /* SVEN_OLA_UNBLOAT */
    }
-   return ret;
++#endif /* SVEN_OLA_UNBLOAT */
+   if (rt_ret == -2) olsr_syslog(OLSR_LOG_ERR,"no rtnetlink response! (no system ressources left?, everything may happen now ...)");
+   return rt_ret;
  }
-diff -Nur olsrd-0.5.6-r3.orig/src/linux/net.c olsrd-0.5.6-r3/src/linux/net.c
---- olsrd-0.5.6-r3.orig/src/linux/net.c        2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/linux/net.c     2008-12-03 10:01:07.000000000 +0100
+@@ -342,7 +344,9 @@
+   int rslt;
+ #endif /* LINUX_POLICY_ROUTING */
++#ifndef SVEN_OLA_UNBLOAT
+   OLSR_PRINTF(2, "KERN: Adding %s\n", olsr_rtp_to_string(rt->rt_best));
++#endif /* SVEN_OLA_UNBLOAT */
+ #if !LINUX_POLICY_ROUTING
+   memset(&kernel_route, 0, sizeof(struct rtentry));
+@@ -416,7 +420,9 @@
+   struct in6_rtmsg kernel_route;
+   int rslt;
++#ifndef SVEN_OLA_UNBLOAT
+   OLSR_PRINTF(2, "KERN: Adding %s\n", olsr_rtp_to_string(rt->rt_best));
++#endif /* SVEN_OLA_UNBLOAT */
+   memset(&kernel_route, 0, sizeof(struct in6_rtmsg));
+@@ -469,7 +475,9 @@
+   int rslt;
+ #endif /* LINUX_POLICY_ROUTING */
++#ifndef SVEN_OLA_UNBLOAT
+   OLSR_PRINTF(2, "KERN: Deleting %s\n", olsr_rt_to_string(rt));
++#endif /* SVEN_OLA_UNBLOAT */
+ #if !LINUX_POLICY_ROUTING
+   memset(&kernel_route, 0, sizeof(struct rtentry));
+@@ -536,7 +544,9 @@
+   int rslt;
+ #endif /* LINUX_POLICY_ROUTING */
++#ifndef SVEN_OLA_UNBLOAT
+   OLSR_PRINTF(2, "KERN: Deleting %s\n", olsr_rt_to_string(rt));
++#endif /* SVEN_OLA_UNBLOAT */
+ #if !LINUX_POLICY_ROUTING
+   memset(&kernel_route, 0, sizeof(struct in6_rtmsg));
+diff -ur olsrd-0.5.6-r4.orig/src/linux/net.c olsrd-0.5.6-r4/src/linux/net.c
+--- olsrd-0.5.6-r4.orig/src/linux/net.c        2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/linux/net.c     2009-03-27 17:33:00.000000000 +0000
 @@ -69,8 +69,10 @@
  #define SIOCGIWRATE   0x8B21  /* get default bit rate (bps) */
  
@@ -1168,9 +1249,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/linux/net.c olsrd-0.5.6-r3/src/linux/net.c
  /**
   *Creates a nonblocking broadcast socket.
   *@param sa sockaddr struct. Used for bind(2).
-diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin.c olsrd-0.5.6-r3/src/lq_plugin.c
---- olsrd-0.5.6-r3.orig/src/lq_plugin.c        2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/lq_plugin.c     2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/lq_plugin.c olsrd-0.5.6-r4/src/lq_plugin.c
+--- olsrd-0.5.6-r4.orig/src/lq_plugin.c        2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/lq_plugin.c     2009-03-27 17:33:00.000000000 +0000
 @@ -67,12 +67,18 @@
  init_lq_handler_tree(void)
  {
@@ -1238,9 +1319,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin.c olsrd-0.5.6-r3/src/lq_plugin.c
  {
    struct link_entry *h;
  
-diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin_default_float.c olsrd-0.5.6-r3/src/lq_plugin_default_float.c
---- olsrd-0.5.6-r3.orig/src/lq_plugin_default_float.c  2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/lq_plugin_default_float.c       2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/lq_plugin_default_float.c olsrd-0.5.6-r4/src/lq_plugin_default_float.c
+--- olsrd-0.5.6-r4.orig/src/lq_plugin_default_float.c  2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/lq_plugin_default_float.c       2009-03-27 17:33:00.000000000 +0000
 @@ -39,6 +39,7 @@
   *
   */
@@ -1257,9 +1338,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin_default_float.c olsrd-0.5.6-r3/src/l
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin_default_float.h olsrd-0.5.6-r3/src/lq_plugin_default_float.h
---- olsrd-0.5.6-r3.orig/src/lq_plugin_default_float.h  2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/lq_plugin_default_float.h       2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/lq_plugin_default_float.h olsrd-0.5.6-r4/src/lq_plugin_default_float.h
+--- olsrd-0.5.6-r4.orig/src/lq_plugin_default_float.h  2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/lq_plugin_default_float.h       2009-03-27 17:33:00.000000000 +0000
 @@ -39,6 +39,7 @@
   *
   */
@@ -1276,9 +1357,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin_default_float.h olsrd-0.5.6-r3/src/l
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin_default_fpm.c olsrd-0.5.6-r3/src/lq_plugin_default_fpm.c
---- olsrd-0.5.6-r3.orig/src/lq_plugin_default_fpm.c    2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/lq_plugin_default_fpm.c 2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/lq_plugin_default_fpm.c olsrd-0.5.6-r4/src/lq_plugin_default_fpm.c
+--- olsrd-0.5.6-r4.orig/src/lq_plugin_default_fpm.c    2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/lq_plugin_default_fpm.c 2009-03-27 17:33:00.000000000 +0000
 @@ -39,6 +39,7 @@
   *
   */
@@ -1295,9 +1376,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin_default_fpm.c olsrd-0.5.6-r3/src/lq_
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin_default_fpm.h olsrd-0.5.6-r3/src/lq_plugin_default_fpm.h
---- olsrd-0.5.6-r3.orig/src/lq_plugin_default_fpm.h    2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/lq_plugin_default_fpm.h 2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/lq_plugin_default_fpm.h olsrd-0.5.6-r4/src/lq_plugin_default_fpm.h
+--- olsrd-0.5.6-r4.orig/src/lq_plugin_default_fpm.h    2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/lq_plugin_default_fpm.h 2009-03-27 17:33:00.000000000 +0000
 @@ -39,6 +39,7 @@
   *
   */
@@ -1314,10 +1395,10 @@ diff -Nur olsrd-0.5.6-r3.orig/src/lq_plugin_default_fpm.h olsrd-0.5.6-r3/src/lq_
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
---- olsrd-0.5.6-r3.orig/src/main.c     2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/main.c  2008-12-03 10:01:07.000000000 +0100
-@@ -243,13 +243,17 @@
+diff -ur olsrd-0.5.6-r4.orig/src/main.c olsrd-0.5.6-r4/src/main.c
+--- olsrd-0.5.6-r4.orig/src/main.c     2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/main.c  2009-03-27 17:33:00.000000000 +0000
+@@ -256,13 +256,17 @@
    /*
     * Print configuration
     */
@@ -1335,7 +1416,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
  
    /*
     * socket for ioctl calls
-@@ -285,7 +289,9 @@
+@@ -298,7 +302,9 @@
    /*
     *enable ip forwarding on host
     */
@@ -1345,7 +1426,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
  
    /* Initialize parser */
    olsr_init_parser();
-@@ -303,6 +309,7 @@
+@@ -316,6 +322,7 @@
     *Set up willingness/APM
     */
    if (olsr_cnf->willingness_auto) {
@@ -1353,7 +1434,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
      if (apm_init() < 0) {
        OLSR_PRINTF(1, "Could not read APM info - setting default willingness(%d)\n", WILL_DEFAULT);
  
-@@ -311,10 +318,13 @@
+@@ -324,10 +331,13 @@
        olsr_cnf->willingness_auto = 0;
        olsr_cnf->willingness = WILL_DEFAULT;
      } else {
@@ -1367,7 +1448,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
    }
  
    /* Initialize net */
-@@ -342,9 +352,11 @@
+@@ -362,9 +372,11 @@
  
    /* Initialize the IPC socket */
  
@@ -1379,7 +1460,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
    /* Initialisation of different tables to be used. */
    olsr_init_tables();
  
-@@ -450,9 +462,11 @@
+@@ -487,9 +499,11 @@
    OLSR_PRINTF(1, "Closing sockets...\n");
  
    /* front-end IPC socket */
@@ -1391,7 +1472,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
  
    /* OLSR sockets */
    for (ifn = ifnet; ifn; ifn = ifn->int_next)
-@@ -462,7 +476,9 @@
+@@ -499,7 +513,9 @@
    olsr_close_plugins();
  
    /* Reset network settings */
@@ -1401,7 +1482,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
  
    /* ioctl socket */
    close(olsr_cnf->ioctl_s);
-@@ -498,7 +514,11 @@
+@@ -540,7 +556,11 @@
            "usage: olsrd [-f <configfile>] [ -i interface1 interface2 ... ]\n"
            "  [-d <debug_level>] [-ipv6] [-multi <IPv6 multicast address>]\n"
            "  [-lql <LQ level>] [-lqw <LQ winsize>] [-lqnt <nat threshold>]\n"
@@ -1413,14 +1494,14 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
            "  [-hint <hello interval (secs)>] [-tcint <tc interval (secs)>]\n"
            "  [-midint <mid interval (secs)>] [-hnaint <hna interval (secs)>]\n"
            "  [-T <Polling Rate (secs)>] [-nofork] [-hemu <ip_address>]\n" "  [-lql <LQ level>] [-lqa <LQ aging factor>]\n");
-@@ -662,12 +682,20 @@
+@@ -704,12 +724,20 @@
          olsr_exit(__func__, EXIT_FAILURE);
        }
        printf("Queuing if %s\n", *argv);
 +#ifdef SVEN_OLA_UNBLOAT
 +      queue_if(*argv);
 +#else /* SVEN_OLA_UNBLOAT */
-       queue_if(*argv, OLSR_FALSE);
+       queue_if(*argv, false);
 +#endif /* SVEN_OLA_UNBLOAT */
  
        while ((argc - 1) && (argv[1][0] != '-')) {
@@ -1429,12 +1510,12 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
 +#ifdef SVEN_OLA_UNBLOAT
 +        queue_if(*argv);
 +#else /* SVEN_OLA_UNBLOAT */
-         queue_if(*argv, OLSR_FALSE);
+         queue_if(*argv, false);
 +#endif /* SVEN_OLA_UNBLOAT */
        }
  
        continue;
-@@ -729,7 +757,7 @@
+@@ -771,7 +799,7 @@
        sscanf(*argv, "%f", &cnf->pollrate);
        continue;
      }
@@ -1443,7 +1524,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
      /*
       * Should we display the contents of packages beeing sent?
       */
-@@ -753,6 +781,7 @@
+@@ -795,6 +823,7 @@
        cnf->ipc_connections = 1;
        continue;
      }
@@ -1451,7 +1532,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
  
      /*
       * IPv6 multicast addr
-@@ -770,7 +799,7 @@
+@@ -812,7 +841,7 @@
  
        continue;
      }
@@ -1460,7 +1541,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
      /*
       * Host emulation
       */
-@@ -798,6 +827,7 @@
+@@ -840,6 +869,7 @@
  
        continue;
      }
@@ -1468,9 +1549,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/main.c olsrd-0.5.6-r3/src/main.c
  
      /*
       * Delete possible default GWs
-diff -Nur olsrd-0.5.6-r3.orig/src/neighbor_table.c olsrd-0.5.6-r3/src/neighbor_table.c
---- olsrd-0.5.6-r3.orig/src/neighbor_table.c   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/neighbor_table.c        2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/neighbor_table.c olsrd-0.5.6-r4/src/neighbor_table.c
+--- olsrd-0.5.6-r4.orig/src/neighbor_table.c   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/neighbor_table.c        2009-03-27 17:33:00.000000000 +0000
 @@ -362,6 +362,7 @@
   *
   *@return nada
@@ -1487,9 +1568,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/neighbor_table.c olsrd-0.5.6-r3/src/neighbor_t
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/net_olsr.c olsrd-0.5.6-r3/src/net_olsr.c
---- olsrd-0.5.6-r3.orig/src/net_olsr.c 2008-12-03 10:01:07.000000000 +0100
-+++ olsrd-0.5.6-r3/src/net_olsr.c      2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/net_olsr.c olsrd-0.5.6-r4/src/net_olsr.c
+--- olsrd-0.5.6-r4.orig/src/net_olsr.c 2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/net_olsr.c      2009-03-27 17:33:00.000000000 +0000
 @@ -44,7 +44,9 @@
  #include "log.h"
  #include "olsr.h"
@@ -1528,9 +1609,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/net_olsr.c olsrd-0.5.6-r3/src/net_olsr.c
        retval = -1;
      }
    }
-diff -Nur olsrd-0.5.6-r3.orig/src/olsr.c olsrd-0.5.6-r3/src/olsr.c
---- olsrd-0.5.6-r3.orig/src/olsr.c     2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/olsr.c  2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/olsr.c olsrd-0.5.6-r4/src/olsr.c
+--- olsrd-0.5.6-r4.orig/src/olsr.c     2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/olsr.c  2009-03-27 17:33:00.000000000 +0000
 @@ -149,7 +149,9 @@
      return;
  
@@ -1558,8 +1639,8 @@ diff -Nur olsrd-0.5.6-r3.orig/src/olsr.c olsrd-0.5.6-r3/src/olsr.c
  
    for (tmp_pc_list = pcf_list; tmp_pc_list != NULL; tmp_pc_list = tmp_pc_list->next) {
      tmp_pc_list->function(changes_neighborhood, changes_topology, changes_hna);
-@@ -415,12 +418,15 @@
olsr_u8_t
+@@ -420,12 +423,15 @@
uint8_t
  olsr_calculate_willingness(void)
  {
 +#ifndef SVEN_OLA_UNBLOAT
@@ -1574,7 +1655,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/olsr.c olsrd-0.5.6-r3/src/olsr.c
    if (apm_read(&ainfo) < 1)
      return WILL_DEFAULT;
  
-@@ -437,8 +443,12 @@
+@@ -442,8 +448,12 @@
     * 26% > juice will: 1
     */
    return (ainfo.battery_percentage / 26);
@@ -1585,9 +1666,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/olsr.c olsrd-0.5.6-r3/src/olsr.c
  
 +#ifndef SVEN_OLA_UNBLOAT
  const char *
- olsr_msgtype_to_string(olsr_u8_t msgtype)
+ olsr_msgtype_to_string(uint8_t msgtype)
  {
-@@ -508,6 +518,7 @@
+@@ -513,6 +523,7 @@
    snprintf(type, sizeof(type), "UNKNOWN(%d)", status);
    return type;
  }
@@ -1595,7 +1676,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/olsr.c olsrd-0.5.6-r3/src/olsr.c
  
  /**
   *Termination function to be called whenever a error occures
-@@ -536,6 +547,7 @@
+@@ -541,6 +552,7 @@
   *
   * @return a void pointer to the memory allocated
   */
@@ -1603,7 +1684,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/olsr.c olsrd-0.5.6-r3/src/olsr.c
  void *
  olsr_malloc(size_t size, const char *id)
  {
-@@ -560,6 +572,7 @@
+@@ -565,6 +577,7 @@
  
    return ptr;
  }
@@ -1611,49 +1692,74 @@ diff -Nur olsrd-0.5.6-r3.orig/src/olsr.c olsrd-0.5.6-r3/src/olsr.c
  
  /**
   *Wrapper for printf that prints to a specific
-diff -Nur olsrd-0.5.6-r3.orig/src/olsr_cfg.h olsrd-0.5.6-r3/src/olsr_cfg.h
---- olsrd-0.5.6-r3.orig/src/olsr_cfg.h 2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/olsr_cfg.h      2008-12-03 10:01:07.000000000 +0100
-@@ -140,8 +140,10 @@
+diff -ur olsrd-0.5.6-r4.orig/src/olsr.h olsrd-0.5.6-r4/src/olsr.h
+--- olsrd-0.5.6-r4.orig/src/olsr.h     2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/olsr.h  2009-03-27 17:33:00.000000000 +0000
+@@ -72,15 +72,21 @@
+ uint8_t olsr_calculate_willingness(void);
++#ifndef SVEN_OLA_UNBLOAT
+ const char *olsr_msgtype_to_string(uint8_t);
+ const char *olsr_link_to_string(uint8_t);
+ const char *olsr_status_to_string(uint8_t);
++#endif /* SVEN_OLA_UNBLOAT */
+ void olsr_exit(const char *, int);
++#ifdef SVEN_OLA_UNBLOAT
++#define olsr_malloc(size, msg) calloc(1, size)
++#else /* SVEN_OLA_UNBLOAT */
+ void *olsr_malloc(size_t, const char *);
++#endif /* SVEN_OLA_UNBLOAT */
+ int olsr_printf(int, const char *, ...) __attribute__ ((format(printf, 2, 3)));
+diff -ur olsrd-0.5.6-r4.orig/src/olsr_cfg.h olsrd-0.5.6-r4/src/olsr_cfg.h
+--- olsrd-0.5.6-r4.orig/src/olsr_cfg.h 2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/olsr_cfg.h      2009-03-27 17:33:00.000000000 +0000
+@@ -148,8 +148,10 @@
    char *name;
    char *config;
-   olsr_bool configured;
+   bool configured;
 +#ifndef SVEN_OLA_UNBLOAT
-   olsr_bool host_emul;
+   bool host_emul;
    union olsr_ip_addr hemu_ip;
-+#endif                                 /* SVEN_OLA_UNBLOAT */
++#endif /* SVEN_OLA_UNBLOAT */
    struct interface *interf;
    struct if_config_options *cnf;
    struct olsr_if *next;
-@@ -183,7 +185,9 @@
- struct olsrd_config {
+@@ -192,7 +194,9 @@
+   uint16_t olsrport;
    int debug_level;
-   olsr_bool no_fork;
+   bool no_fork;
 +#ifndef SVEN_OLA_UNBLOAT
-   olsr_bool host_emul;
-+#endif                                 /* SVEN_OLA_UNBLOAT */
+   bool host_emul;
++#endif /* SVEN_OLA_UNBLOAT */
    int ip_version;
-   olsr_bool allow_no_interfaces;
-   olsr_u16_t tos;
-@@ -191,13 +195,17 @@
-   olsr_u8_t rttable_default;
-   olsr_u8_t willingness;
-   olsr_bool willingness_auto;
+   bool allow_no_interfaces;
+   uint16_t tos;
+@@ -201,13 +205,17 @@
+   uint8_t rttable_default;
+   uint8_t willingness;
+   bool willingness_auto;
 +#ifndef SVEN_OLA_UNBLOAT
    int ipc_connections;
-+#endif                                 /* SVEN_OLA_UNBLOAT */
-   olsr_bool use_hysteresis;
++#endif /* SVEN_OLA_UNBLOAT */
+   bool use_hysteresis;
    olsr_fib_metric_options fib_metric;
    struct hyst_param hysteresis_param;
    struct plugin_entry *plugins;
    struct ip_prefix_list *hna_entries;
 +#ifndef SVEN_OLA_UNBLOAT
    struct ip_prefix_list *ipc_nets;
-+#endif                                 /* SVEN_OLA_UNBLOAT */
++#endif /* SVEN_OLA_UNBLOAT */
    struct olsr_if *interfaces;
    float pollrate;
    float nic_chgs_pollrate;
-@@ -257,7 +265,9 @@
+@@ -267,7 +275,9 @@
  
    void olsrd_free_cnf(struct olsrd_config *);
  
@@ -1663,34 +1769,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/olsr_cfg.h olsrd-0.5.6-r3/src/olsr_cfg.h
  
    int olsrd_write_cnf(struct olsrd_config *, const char *);
  
-diff -Nur olsrd-0.5.6-r3.orig/src/olsr.h olsrd-0.5.6-r3/src/olsr.h
---- olsrd-0.5.6-r3.orig/src/olsr.h     2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/olsr.h  2008-12-03 10:01:07.000000000 +0100
-@@ -72,15 +72,21 @@
- olsr_u8_t olsr_calculate_willingness(void);
-+#ifndef SVEN_OLA_UNBLOAT
- const char *olsr_msgtype_to_string(olsr_u8_t);
- const char *olsr_link_to_string(olsr_u8_t);
- const char *olsr_status_to_string(olsr_u8_t);
-+#endif /* SVEN_OLA_UNBLOAT */
- void olsr_exit(const char *, int);
-+#ifdef SVEN_OLA_UNBLOAT
-+#define olsr_malloc(size, msg) calloc(1, size)
-+#else /* SVEN_OLA_UNBLOAT */
- void *olsr_malloc(size_t, const char *);
-+#endif /* SVEN_OLA_UNBLOAT */
- int olsr_printf(int, const char *, ...) __attribute__ ((format(printf, 2, 3)));
-diff -Nur olsrd-0.5.6-r3.orig/src/parser.c olsrd-0.5.6-r3/src/parser.c
---- olsrd-0.5.6-r3.orig/src/parser.c   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/parser.c        2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/parser.c olsrd-0.5.6-r4/src/parser.c
+--- olsrd-0.5.6-r4.orig/src/parser.c   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/parser.c        2009-03-27 17:33:00.000000000 +0000
 @@ -51,7 +51,9 @@
  #include "rebuild_packet.h"
  #include "net_os.h"
@@ -1701,7 +1782,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/parser.c olsrd-0.5.6-r3/src/parser.c
  #include "net_olsr.h"
  
  #ifdef WIN32
-@@ -280,8 +282,10 @@
+@@ -281,8 +283,10 @@
    //printf("Message from %s\n\n", olsr_ip_to_string(&buf, from_addr));
  
    /* Display packet */
@@ -1712,9 +1793,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/parser.c olsrd-0.5.6-r3/src/parser.c
  
    if (olsr_cnf->ip_version == AF_INET)
      msgsize = ntohs(m->v4.olsr_msgsize);
-diff -Nur olsrd-0.5.6-r3.orig/src/print_packet.c olsrd-0.5.6-r3/src/print_packet.c
---- olsrd-0.5.6-r3.orig/src/print_packet.c     2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/print_packet.c  2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/print_packet.c olsrd-0.5.6-r4/src/print_packet.c
+--- olsrd-0.5.6-r4.orig/src/print_packet.c     2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/print_packet.c  2009-03-27 17:33:00.000000000 +0000
 @@ -39,6 +39,7 @@
   *
   */
@@ -1731,23 +1812,23 @@ diff -Nur olsrd-0.5.6-r3.orig/src/print_packet.c olsrd-0.5.6-r3/src/print_packet
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/process_routes.c olsrd-0.5.6-r3/src/process_routes.c
---- olsrd-0.5.6-r3.orig/src/process_routes.c   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/process_routes.c        2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/process_routes.c olsrd-0.5.6-r4/src/process_routes.c
+--- olsrd-0.5.6-r4.orig/src/process_routes.c   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/process_routes.c        2009-03-27 17:33:00.000000000 +0000
 @@ -159,6 +159,7 @@
  static void
  olsr_delete_kernel_route(struct rt_entry *rt)
  {
 +#ifndef SVEN_OLA_UNBLOAT
    if (!olsr_cnf->host_emul) {
-     olsr_16_t error = olsr_cnf->ip_version == AF_INET ? olsr_delroute_function(rt) : olsr_delroute6_function(rt);
+     int16_t error = olsr_cnf->ip_version == AF_INET ? olsr_delroute_function(rt) : olsr_delroute6_function(rt);
  
 @@ -170,6 +171,12 @@
        olsr_syslog(OLSR_LOG_ERR, "Delete route %s: %s", routestr, err_msg);
      }
    }
 +#else /* SVEN_OLA_UNBLOAT */
-+  olsr_16_t error = olsr_cnf->ip_version == AF_INET ? olsr_delroute_function(rt) : olsr_delroute6_function(rt);
++  int16_t error = olsr_cnf->ip_version == AF_INET ? olsr_delroute_function(rt) : olsr_delroute6_function(rt);
 +  if (0 > error) {
 +    olsr_syslog(OLSR_LOG_ERR, "Delete route: %s", strerror(errno));
 +  }
@@ -1761,14 +1842,14 @@ diff -Nur olsrd-0.5.6-r3.orig/src/process_routes.c olsrd-0.5.6-r3/src/process_ro
  
 +#ifndef SVEN_OLA_UNBLOAT
    if (!olsr_cnf->host_emul) {
-     olsr_16_t error = (olsr_cnf->ip_version == AF_INET) ? olsr_addroute_function(rt) : olsr_addroute6_function(rt);
+     int16_t error = (olsr_cnf->ip_version == AF_INET) ? olsr_addroute_function(rt) : olsr_addroute6_function(rt);
  
 @@ -199,6 +207,14 @@
        rt->rt_metric = rt->rt_best->rtp_metric;
      }
    }
 +#else /* SVEN_OLA_UNBLOAT */
-+  olsr_16_t error = olsr_cnf->ip_version == AF_INET ? olsr_addroute_function(rt) : olsr_addroute6_function(rt);
++  int16_t error = olsr_cnf->ip_version == AF_INET ? olsr_addroute_function(rt) : olsr_addroute6_function(rt);
 +  if (0 > error) {
 +    olsr_syslog(OLSR_LOG_ERR, "Add route: %s", strerror(errno));
 +  } else {
@@ -1787,9 +1868,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/process_routes.c olsrd-0.5.6-r3/src/process_ro
    olsr_print_routing_table(&routingtree);
  #endif
  }
-diff -Nur olsrd-0.5.6-r3.orig/src/rebuild_packet.c olsrd-0.5.6-r3/src/rebuild_packet.c
---- olsrd-0.5.6-r3.orig/src/rebuild_packet.c   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/rebuild_packet.c        2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/rebuild_packet.c olsrd-0.5.6-r4/src/rebuild_packet.c
+--- olsrd-0.5.6-r4.orig/src/rebuild_packet.c   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/rebuild_packet.c        2009-03-27 17:33:00.000000000 +0000
 @@ -60,7 +60,11 @@
  mid_chgestruct(struct mid_message *mmsg, const union olsr_message *m)
  {
@@ -1834,10 +1915,10 @@ diff -Nur olsrd-0.5.6-r3.orig/src/rebuild_packet.c olsrd-0.5.6-r3/src/rebuild_pa
    }
  
  }
-diff -Nur olsrd-0.5.6-r3.orig/src/routing_table.c olsrd-0.5.6-r3/src/routing_table.c
---- olsrd-0.5.6-r3.orig/src/routing_table.c    2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/routing_table.c 2008-12-03 10:01:07.000000000 +0100
-@@ -623,6 +623,7 @@
+diff -ur olsrd-0.5.6-r4.orig/src/routing_table.c olsrd-0.5.6-r4/src/routing_table.c
+--- olsrd-0.5.6-r4.orig/src/routing_table.c    2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/routing_table.c 2009-03-27 17:33:00.000000000 +0000
+@@ -628,6 +628,7 @@
  /**
   * format a route entry into a buffer
   */
@@ -1845,7 +1926,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/routing_table.c olsrd-0.5.6-r3/src/routing_tab
  char *
  olsr_rt_to_string(const struct rt_entry *rt)
  {
-@@ -654,11 +655,13 @@
+@@ -659,11 +660,13 @@
  
    return buff;
  }
@@ -1859,7 +1940,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/routing_table.c olsrd-0.5.6-r3/src/routing_tab
  void
  olsr_print_routing_table(struct avl_tree *tree)
  {
-@@ -692,6 +695,7 @@
+@@ -697,6 +700,7 @@
  #endif
    tree = NULL;                  /* squelch compiler warnings */
  }
@@ -1867,12 +1948,12 @@ diff -Nur olsrd-0.5.6-r3.orig/src/routing_table.c olsrd-0.5.6-r3/src/routing_tab
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/routing_table.h olsrd-0.5.6-r3/src/routing_table.h
---- olsrd-0.5.6-r3.orig/src/routing_table.h    2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/routing_table.h 2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/routing_table.h olsrd-0.5.6-r4/src/routing_table.h
+--- olsrd-0.5.6-r4.orig/src/routing_table.h    2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/routing_table.h 2009-03-27 17:33:00.000000000 +0000
 @@ -210,9 +210,11 @@
olsr_bool olsr_cmp_rt(const struct rt_entry *, const struct rt_entry *);
olsr_u8_t olsr_fib_metric(const struct rt_metric *);
+ bool olsr_cmp_rt(const struct rt_entry *, const struct rt_entry *);
uint8_t olsr_fib_metric(const struct rt_metric *);
  
 +#ifndef SVEN_OLA_UNBLOAT
  char *olsr_rt_to_string(const struct rt_entry *);
@@ -1882,9 +1963,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/routing_table.h olsrd-0.5.6-r3/src/routing_tab
  
  const struct rt_nexthop *olsr_get_nh(const struct rt_entry *);
  
-diff -Nur olsrd-0.5.6-r3.orig/src/tc_set.c olsrd-0.5.6-r3/src/tc_set.c
---- olsrd-0.5.6-r3.orig/src/tc_set.c   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/tc_set.c        2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/tc_set.c olsrd-0.5.6-r4/src/tc_set.c
+--- olsrd-0.5.6-r4.orig/src/tc_set.c   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/tc_set.c        2009-03-27 17:33:00.000000000 +0000
 @@ -336,6 +336,7 @@
  /**
   * Format tc_edge contents into a buffer.
@@ -1901,7 +1982,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/tc_set.c olsrd-0.5.6-r3/src/tc_set.c
  
  /**
   * Wrapper for the timer callback.
-@@ -685,6 +687,7 @@
+@@ -686,6 +688,7 @@
  /**
   * Print the topology table to stdout
   */
@@ -1909,7 +1990,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/tc_set.c olsrd-0.5.6-r3/src/tc_set.c
  void
  olsr_print_tc_table(void)
  {
-@@ -710,6 +713,7 @@
+@@ -711,6 +714,7 @@
    } OLSR_FOR_ALL_TC_ENTRIES_END(tc);
  #endif
  }
@@ -1917,22 +1998,22 @@ diff -Nur olsrd-0.5.6-r3.orig/src/tc_set.c olsrd-0.5.6-r3/src/tc_set.c
  
  /*
   * calculate the border IPs of a tc edge set according to the border flags
-diff -Nur olsrd-0.5.6-r3.orig/src/tc_set.h olsrd-0.5.6-r3/src/tc_set.h
---- olsrd-0.5.6-r3.orig/src/tc_set.h   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/tc_set.h        2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/tc_set.h olsrd-0.5.6-r4/src/tc_set.h
+--- olsrd-0.5.6-r4.orig/src/tc_set.h   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/tc_set.h        2009-03-27 17:33:00.000000000 +0000
 @@ -157,7 +157,9 @@
  
  /* tc_edge_entry manipulation */
olsr_bool olsr_delete_outdated_tc_edges(struct tc_entry *);
+ bool olsr_delete_outdated_tc_edges(struct tc_entry *);
 +#ifndef SVEN_OLA_UNBLOAT
  char *olsr_tc_edge_to_string(struct tc_edge_entry *);
 +#endif /* SVEN_OLA_UNBLOAT */
  struct tc_edge_entry *olsr_lookup_tc_edge(struct tc_entry *, union olsr_ip_addr *);
- struct tc_edge_entry *olsr_add_tc_edge_entry(struct tc_entry *, union olsr_ip_addr *, olsr_u16_t);
+ struct tc_edge_entry *olsr_add_tc_edge_entry(struct tc_entry *, union olsr_ip_addr *, uint16_t);
  void olsr_delete_tc_entry(struct tc_entry *);
-diff -Nur olsrd-0.5.6-r3.orig/src/two_hop_neighbor_table.c olsrd-0.5.6-r3/src/two_hop_neighbor_table.c
---- olsrd-0.5.6-r3.orig/src/two_hop_neighbor_table.c   2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/two_hop_neighbor_table.c        2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/two_hop_neighbor_table.c olsrd-0.5.6-r4/src/two_hop_neighbor_table.c
+--- olsrd-0.5.6-r4.orig/src/two_hop_neighbor_table.c   2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/two_hop_neighbor_table.c        2009-03-27 17:33:00.000000000 +0000
 @@ -203,6 +203,8 @@
    return NULL;
  }
@@ -1950,9 +2031,9 @@ diff -Nur olsrd-0.5.6-r3.orig/src/two_hop_neighbor_table.c olsrd-0.5.6-r3/src/tw
  
  /*
   * Local Variables:
-diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
---- olsrd-0.5.6-r3.orig/src/unix/ifnet.c       2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/unix/ifnet.c    2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/unix/ifnet.c olsrd-0.5.6-r4/src/unix/ifnet.c
+--- olsrd-0.5.6-r4.orig/src/unix/ifnet.c       2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/unix/ifnet.c    2009-03-27 17:33:00.000000000 +0000
 @@ -70,6 +70,8 @@
  
  #define BUFSPACE  (127*1024)    /* max. input buffer size to request */
@@ -1996,7 +2077,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
  
    ifp = iface->interf;
  
-@@ -279,7 +287,9 @@
+@@ -281,7 +289,9 @@
    } else
      /* IP version 4 */
    {
@@ -2006,8 +2087,20 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
      /* Check interface address (IPv4) */
      if (ioctl(olsr_cnf->ioctl_s, SIOCGIFADDR, &ifr) < 0) {
        OLSR_PRINTF(1, "\tCould not get address of interface - removing it\n");
-@@ -301,7 +311,9 @@
+@@ -294,17 +304,21 @@
+     if (memcmp
+         (&((struct sockaddr_in *)&ifp->int_addr)->sin_addr.s_addr, &((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr.s_addr,
+          olsr_cnf->ipsize) != 0) {
++#ifndef SVEN_OLA_UNBLOAT
+       /* New address */
+       OLSR_PRINTF(1, "IPv4 address changed for %s\n", ifr.ifr_name);
+       OLSR_PRINTF(1, "\tOld:%s\n", ip4_to_string(&buf, ifp->int_addr.sin_addr));
+       OLSR_PRINTF(1, "\tNew:%s\n", sockaddr4_to_string(&buf, &ifr.ifr_addr));
++#endif /* SVEN_OLA_UNBLOAT */
  
+       ifp->int_addr = *(struct sockaddr_in *)&ifr.ifr_addr;
+       /* deactivated to prevent change of originator IP */
+ #if 0
        if (memcmp(&olsr_cnf->main_addr, &ifp->ip_addr, olsr_cnf->ipsize) == 0) {
          OLSR_PRINTF(1, "New main address: %s\n", sockaddr4_to_string(&buf, &ifr.ifr_addr));
 +#ifndef SVEN_OLA_UNBLOAT
@@ -2015,8 +2108,8 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
 +#endif /* SVEN_OLA_UNBLOAT */
          memcpy(&olsr_cnf->main_addr, &((struct sockaddr_in *)&ifr.ifr_addr)->sin_addr.s_addr, olsr_cnf->ipsize);
        }
-@@ -363,7 +375,9 @@
+ #endif
+@@ -366,7 +380,9 @@
  
  remove_interface:
    OLSR_PRINTF(1, "Removing interface %s\n", iface->name);
@@ -2026,7 +2119,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
  
    olsr_delete_link_entry_by_ip(&ifp->ip_addr);
  
-@@ -393,10 +407,14 @@
+@@ -398,10 +414,14 @@
        memset(&olsr_cnf->main_addr, 0, olsr_cnf->ipsize);
        OLSR_PRINTF(1, "No more interfaces...\n");
      } else {
@@ -2040,8 +2133,8 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
 +#endif /* SVEN_OLA_UNBLOAT */
      }
    }
-@@ -420,7 +438,9 @@
+ #endif
+@@ -425,7 +445,9 @@
  
    if ((ifnet == NULL) && (!olsr_cnf->allow_no_interfaces)) {
      OLSR_PRINTF(1, "No more active interfaces - exiting.\n");
@@ -2051,7 +2144,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
      olsr_cnf->exit_value = EXIT_FAILURE;
      kill(getpid(), SIGINT);
    }
-@@ -429,6 +449,8 @@
+@@ -434,6 +456,8 @@
  
  }
  
@@ -2060,7 +2153,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
  /**
   * Initializes the special interface used in
   * host-client emulation
-@@ -578,6 +600,7 @@
+@@ -583,6 +607,7 @@
  
    return 1;
  }
@@ -2068,7 +2161,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
  
  static char basenamestr[32];
  static const char *if_basename(const char *name);
-@@ -613,8 +636,10 @@
+@@ -618,8 +643,10 @@
    int tos_bits = IPTOS_TOS(olsr_cnf->tos);
  #endif
  
@@ -2079,7 +2172,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
  
    memset(&ifr, 0, sizeof(struct ifreq));
    memset(&ifs, 0, sizeof(struct interface));
-@@ -721,11 +746,13 @@
+@@ -726,11 +753,13 @@
        ifs.int_broadaddr = *(struct sockaddr_in *)&ifr.ifr_broadaddr;
      }
  
@@ -2093,7 +2186,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
  
    }
  
-@@ -755,7 +782,9 @@
+@@ -760,7 +789,9 @@
  
    OLSR_PRINTF(1, "\tMTU - IPhdr: %d\n", ifs.int_mtu);
  
@@ -2103,7 +2196,7 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
    OLSR_PRINTF(1, "\tIndex %d\n", ifs.if_index);
  
    if (olsr_cnf->ip_version == AF_INET) {
-@@ -860,10 +889,14 @@
+@@ -865,10 +896,14 @@
     */
    memset(&null_addr, 0, olsr_cnf->ipsize);
    if (ipequal(&null_addr, &olsr_cnf->main_addr)) {
@@ -2111,16 +2204,16 @@ diff -Nur olsrd-0.5.6-r3.orig/src/unix/ifnet.c olsrd-0.5.6-r3/src/unix/ifnet.c
      struct ipaddr_str buf;
 +#endif
      olsr_cnf->main_addr = ifp->ip_addr;
-     OLSR_PRINTF(1, "New main address: %s\n", olsr_ip_to_string(&buf, &olsr_cnf->main_addr));
 +#ifndef SVEN_OLA_UNBLOAT
+     OLSR_PRINTF(1, "New main address: %s\n", olsr_ip_to_string(&buf, &olsr_cnf->main_addr));
      olsr_syslog(OLSR_LOG_INFO, "New main address: %s\n", olsr_ip_to_string(&buf, &olsr_cnf->main_addr));
 +#endif /* SVEN_OLA_UNBLOAT */
    }
  
    /*
-diff -Nur olsrd-0.5.6-r3.orig/src/unix/misc.c olsrd-0.5.6-r3/src/unix/misc.c
---- olsrd-0.5.6-r3.orig/src/unix/misc.c        2008-12-02 11:50:01.000000000 +0100
-+++ olsrd-0.5.6-r3/src/unix/misc.c     2008-12-03 10:01:07.000000000 +0100
+diff -ur olsrd-0.5.6-r4.orig/src/unix/misc.c olsrd-0.5.6-r4/src/unix/misc.c
+--- olsrd-0.5.6-r4.orig/src/unix/misc.c        2009-03-27 17:32:46.000000000 +0000
++++ olsrd-0.5.6-r4/src/unix/misc.c     2009-03-27 17:33:00.000000000 +0000
 @@ -44,6 +44,7 @@
  #include "misc.h"
  #include "olsr_types.h"