X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fipcp.h;h=9c4f68df2b862d8d0a28c17aa5bd741515f8dba8;hp=dc6665cf0cd7c731151704d36a768fdbf2546e06;hb=f1a34da3b2f5336e4993a729e5ac2130d0e0595a;hpb=75870d7b55e36af526a0786fff94912989c73fd1 diff --git a/pppd/ipcp.h b/pppd/ipcp.h index dc6665c..9c4f68d 100644 --- a/pppd/ipcp.h +++ b/pppd/ipcp.h @@ -68,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? */