]> git.pld-linux.org Git - packages/ntrack.git/blob - ntrack-hack.patch
- use hack for now
[packages/ntrack.git] / ntrack-hack.patch
1 --- ntrack-016/modules/ntrack-libnl.c~  2011-10-21 22:46:13.000000000 +0200
2 +++ ntrack-016/modules/ntrack-libnl.c   2013-02-07 19:20:51.695659286 +0100
3 @@ -530,7 +530,7 @@
4                 op_default_route_disappeared ((struct _ntrack_monitor_arch*) self, nl_info);
5         } else if (nl_info->topmost_route && topmost_route) {
6                 int diff_bits;
7 -               if ((diff_bits = (route_obj_ops.oo_id_attrs | ROUTE_ATTR_OIF
8 +               if ((diff_bits = (/* route_obj_ops.oo_id_attrs | YES, HACK */ ROUTE_ATTR_OIF
9                                   | ROUTE_ATTR_GATEWAY) &
10                                   nl_object_diff (OBJ_CAST (nl_info->topmost_route),
11                                                   OBJ_CAST (topmost_route)))) {
This page took 0.083756 seconds and 3 git commands to generate.