summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-01-19 15:59:54 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-25 09:35:27 +0100
commit650758b16e5185505a3fbc1307949340af70b611 (patch)
treeb8fdadfb813f45d8f96186c8f71ba61edba14e64 /system.h
parenta057f6e48f383c7e81cb22aa806216878d87947b (diff)
downloadnetifd-650758b16e5185505a3fbc1307949340af70b611.tar.gz
interface-ip: route proto config support (FS#170)
Route proto support is usefull when using route distribution via a routing daemon. The route proto parameter can be specified via the route proto uci config parameter, it can hold a numerical value or the string values unspec, kernel, boot, static or a string present in /etc/iproute2/rt_protos. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index d5cb4e3..e810ed9 100644
--- a/system.h
+++ b/system.h
@@ -146,6 +146,7 @@ int system_del_route(struct device *dev, struct device_route *route);
int system_flush_routes(void);
bool system_resolve_rt_type(const char *type, unsigned int *id);
+bool system_resolve_rt_proto(const char *type, unsigned int *id);
bool system_resolve_rt_table(const char *name, unsigned int *id);
bool system_is_default_rt_table(unsigned int id);
bool system_resolve_rpfilter(const char *filter, unsigned int *id);