Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- ./modules/ntrack-libnl.c.orig 2013-12-02 11:31:54.749215448 -0600 2+++ ./modules/ntrack-libnl.c 2013-12-02 11:34:46.597684553 -0600 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 = (nl_object_get_id_attrs(OBJ_CAST(topmost_route)) | ROUTE_ATTR_OIF 9 | ROUTE_ATTR_GATEWAY) & 10 nl_object_diff (OBJ_CAST (nl_info->topmost_route), 11 OBJ_CAST (topmost_route)))) {