X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipv6cp.h;h=19bc01362f8b9a69d032ffb1be15cac89abca4e7;hb=c4d488788a3ed8fba3e75c9ddd632d1f98e9ac77;hp=2f4c06ddc1892c2c27f26a519f5e78efc82fc219;hpb=3a5c9a8fbc8970375cd881151d44e4b6fe249c6a;p=ppp.git diff --git a/pppd/ipv6cp.h b/pppd/ipv6cp.h index 2f4c06d..19bc013 100644 --- a/pppd/ipv6cp.h +++ b/pppd/ipv6cp.h @@ -134,8 +134,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: ipv6cp.h,v 1.7 2002/12/04 23:03:32 paulus Exp $ */ /* @@ -150,7 +148,9 @@ typedef struct ipv6cp_options { int neg_ifaceid; /* Negotiate interface identifier? */ int req_ifaceid; /* Ask peer to send interface identifier? */ - int accept_local; /* accept peer's value for iface id? */ + int default_route; /* Assign default route through interface? */ + int accept_local; /* accept peer's value for our iface id? */ + int accept_remote; /* accept peer's value for his iface id? */ int opt_local; /* ourtoken set by option */ int opt_remote; /* histoken set by option */ int use_ip; /* use IP as interface identifier */