added IPCP no/replace default route option from Debian patches, I like the idea

This commit is contained in:
Sylvain Rochet
2012-05-17 15:55:27 +02:00
parent 54d5ee5562
commit ef59e952d8
4 changed files with 94 additions and 20 deletions

View File

@@ -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 */