]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
pppd: Add ipv6-{up,down}-script options (#321)
[ppp.git] / pppd / pppd.h
index ab8f674dda5e3901acab82d35b766e921fcbf4ac..ce43a28cac26846088d6fbab98bb299beed0ee25 100644 (file)
@@ -336,6 +336,11 @@ extern bool        dump_options;   /* print out option values */
 extern bool    dryrun;         /* check everything, print options, exit */
 extern int     child_wait;     /* # seconds to wait for children at end */
 
 extern bool    dryrun;         /* check everything, print options, exit */
 extern int     child_wait;     /* # seconds to wait for children at end */
 
+#ifdef INET6
+extern char    path_ipv6up[MAXPATHLEN]; /* pathname of ipv6-up script */
+extern char    path_ipv6down[MAXPATHLEN]; /* pathname of ipv6-down script */
+#endif
+
 #if defined(USE_EAPTLS) || defined(USE_PEAP)
 
 #define TLS_VERIFY_NONE     "none"
 #if defined(USE_EAPTLS) || defined(USE_PEAP)
 
 #define TLS_VERIFY_NONE     "none"