diff options
Diffstat (limited to 'pingu_route.h')
-rw-r--r-- | pingu_route.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |