X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/c2c2dfbe65d1e5a718fe8c8ce8d89dbf795fa7b4..6ec70a632b2b7902778f8fe1d6cf0fe2a54cffe6:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 1e35fbd..4940ddf 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.104 2005/12/06 23:53:14 bodea Exp $ +// $Id: l2tpns.h,v 1.106 2005/12/09 00:43:17 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -15,7 +15,7 @@ #include #include -#define VERSION "2.1.13" +#define VERSION "2.1.14" // Limits #define MAXTUNNEL 500 // could be up to 65535 @@ -694,6 +694,7 @@ uint8_t *makeppp(uint8_t *b, int size, uint8_t *p, int l, sessionidt s, tunnelid void sendlcp(sessionidt s, tunnelidt t); void send_ipin(sessionidt s, uint8_t *buf, int len); void sendccp(sessionidt s, tunnelidt t); +void protoreject(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l, uint16_t proto); // radius.c