X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpathnames.h;h=57a130e1c2e3b4278226366aa2c9c58e2edcd87e;hp=12609a969429fc9d148284d98f6207617c152c81;hb=HEAD;hpb=99cbf5e269994482edaf64624be8b1c806f9587c diff --git a/pppd/pathnames.h b/pppd/pathnames.h index 12609a9..d08e8ef 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY @@ -107,6 +107,10 @@ #define PPP_PATH_PEERFILES PPP_PATH_CONFDIR "/peers/" #define PPP_PATH_RESOLV PPP_PATH_CONFDIR "/resolv.conf" +#define PPP_PATH_NET_INIT PPP_PATH_CONFDIR "/net-init" +#define PPP_PATH_NET_PREUP PPP_PATH_CONFDIR "/net-pre-up" +#define PPP_PATH_NET_DOWN PPP_PATH_CONFDIR "/net-down" + #define PPP_PATH_CONNERRS PPP_PATH_VARLOG "/connect-errors" #define PPP_PATH_USEROPT ".ppprc"