X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipcp.h;h=9c4f68df2b862d8d0a28c17aa5bd741515f8dba8;hb=ab1b84327c5ecddf485734baa49b0b846f756c05;hp=dc6665cf0cd7c731151704d36a768fdbf2546e06;hpb=6531eb055818ea1b4df386b3e7132392771cd0e5;p=ppp.git 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? */