fixed demand_rexmit() with new IP addr, maybe we will never support demand or drop it, but it is already patched just in case

This commit is contained in:
Sylvain Rochet
2012-05-17 16:23:32 +02:00
parent bea796ebc0
commit a1d80c29de
3 changed files with 100 additions and 3 deletions

View File

@@ -564,7 +564,7 @@ void demand_conf __P((void)); /* config interface(s) for demand-dial */
void demand_block __P((void)); /* set all NPs to queue up packets */
void demand_unblock __P((void)); /* set all NPs to pass packets */
void demand_discard __P((void)); /* set all NPs to discard packets */
void demand_rexmit __P((int)); /* retransmit saved frames for an NP */
void demand_rexmit __P((int, u_int32_t)); /* retransmit saved frames for an NP*/
int loop_chars __P((unsigned char *, int)); /* process chars from loopback */
int loop_frame __P((unsigned char *, int)); /* should we bring link up? */