]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ipcp.h
pppd: Fix SIGSEGV in EAP-TLS code when TLS verify method is not specified
[ppp.git] / pppd / ipcp.h
index 6cf14c990578260634440ff441ca443d422d76a7..9c4f68df2b862d8d0a28c17aa5bd741515f8dba8 100644 (file)
@@ -38,8 +38,6 @@
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- * $Id: ipcp.h,v 1.14 2002/12/04 23:03:32 paulus Exp $
  */
 
 /*
@@ -70,6 +68,7 @@ typedef struct ipcp_options {
     bool old_addrs;            /* Use old (IP-Addresses) option? */
     bool req_addr;             /* Ask peer to send IP address? */
     bool default_route;                /* Assign default route through interface? */
+    bool replace_default_route;        /* Replace default route through interface? */
     bool proxy_arp;            /* Make proxy ARP entry for peer? */
     bool neg_vj;               /* Van Jacobson Compression? */
     bool old_vj;               /* use old (short) form of VJ option? */
@@ -91,6 +90,6 @@ extern ipcp_options ipcp_gotoptions[];
 extern ipcp_options ipcp_allowoptions[];
 extern ipcp_options ipcp_hisoptions[];
 
-char *ip_ntoa __P((u_int32_t));
+char *ip_ntoa(u_int32_t);
 
 extern struct protent ipcp_protent;