summary refs log tree commit diff
path: root/src/ppp/nm-ppp-plugin-api.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-11-07 00:14:39 +0100
committerMichael Biebl <biebl@debian.org>2017-11-07 00:14:39 +0100
commit90e8691111889a7b5f3c812f5a41f15a8a058913 (patch)
treef101a879eca27c34a9bfa5f3da52266b22539a36 /src/ppp/nm-ppp-plugin-api.h
parentbdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff)
New upstream version 1.9.90 upstream/1.9.90
Diffstat (limited to 'src/ppp/nm-ppp-plugin-api.h')
-rw-r--r--src/ppp/nm-ppp-plugin-api.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ppp/nm-ppp-plugin-api.h b/src/ppp/nm-ppp-plugin-api.h
index 0a38fe05..bb53690c 100644
--- a/src/ppp/nm-ppp-plugin-api.h
+++ b/src/ppp/nm-ppp-plugin-api.h
@@ -24,6 +24,12 @@
 typedef const struct {
 	NMPPPManager *(*create) (const char *iface);
 
+	void (*set_route_parameters) (NMPPPManager *manager,
+	                              guint32 route_table_v4,
+	                              guint32 route_metric_v4,
+	                              guint32 route_table_v6,
+	                              guint32 route_metric_v6);
+
 	gboolean      (*start) (NMPPPManager *manager,
 	                        NMActRequest *req,
 	                        const char *ppp_name,