diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-08 11:20:42 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-08 11:20:42 +0100 |
commit | ffb01b018c747560efb8e691c3041751614bfe5e (patch) | |
tree | 6014855f36e359d0539d64f1e2cb83c1e0746f5e /pingu_iface.h | |
parent | 6c48490c23e8c32856d3dc49d95786cc5dd9e0a9 (diff) | |
download | pingu-ffb01b018c747560efb8e691c3041751614bfe5e.tar.bz2 pingu-ffb01b018c747560efb8e691c3041751614bfe5e.tar.xz |
pingu_conf: add optional rule-priority config option
This will set the preference for the 'ip rule'
Diffstat (limited to 'pingu_iface.h')
-rw-r--r-- | pingu_iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pingu_iface.h b/pingu_iface.h index 815f4e9..d999657 100644 --- a/pingu_iface.h +++ b/pingu_iface.h @@ -29,6 +29,7 @@ struct pingu_iface { int fd; union sockaddr_any primary_addr; int route_table; + int rule_priority; struct list_head iface_list_entry; struct list_head ping_list; struct list_head route_list; |