From c77ca8a35327da9957a0d69c814de396bc452237 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 8 Dec 2011 17:00:43 +0100 Subject: pingu_netlink: keep track of the route via interface This is so we later can copy more routes to alternate rotue table if needed. --- pingu_route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pingu_route.h') diff --git a/pingu_route.h b/pingu_route.h index 5badb10..0d61beb 100644 --- a/pingu_route.h +++ b/pingu_route.h @@ -12,6 +12,7 @@ struct pingu_route { unsigned char src_len; int metric; + int dev_index; unsigned char protocol; unsigned char scope; unsigned char type; -- cgit v1.2.3