added IPCP no/replace default route option from Debian patches, I like the idea
This commit is contained in:
@@ -643,7 +643,7 @@ int sif6addr __P((int, eui64_t, eui64_t));
|
||||
int cif6addr __P((int, eui64_t, eui64_t));
|
||||
/* Remove an IPv6 address from i/f */
|
||||
#endif
|
||||
int sifdefaultroute __P((int, u_int32_t, u_int32_t));
|
||||
int sifdefaultroute __P((int, u_int32_t, u_int32_t, bool replace_default_rt));
|
||||
/* Create default route through i/f */
|
||||
int cifdefaultroute __P((int, u_int32_t, u_int32_t));
|
||||
/* Delete default route through i/f */
|
||||
|
||||
Reference in New Issue
Block a user