X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;fp=pppd%2Fpppd.h;h=6ac0ab83e51754d9df69bdc5c69a6b303ec4138b;hp=9f5f1ae07683d8ee45b77433399b3a4c16bd5b41;hb=d0ccb87156c295da4f679f35936a976cea46d38c;hpb=965e7fd1c49547535097d3ee98b60f73b7152d38 diff --git a/pppd/pppd.h b/pppd/pppd.h index 9f5f1ae..6ac0ab8 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -679,7 +679,7 @@ int sif6addr(int, eui64_t, eui64_t); int cif6addr(int, eui64_t, eui64_t); /* Remove an IPv6 address from i/f */ #endif -int sifdefaultroute(int, u_int32_t, u_int32_t); +int sifdefaultroute(int, u_int32_t, u_int32_t, bool replace_default_rt); /* Create default route through i/f */ int cifdefaultroute(int, u_int32_t, u_int32_t); /* Delete default route through i/f */