Subversion Repositories Kolibri OS

Rev

Rev 2962 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2962 Rev 2964
Line 201... Line 201...
201
        add     edx, PPPoE_frame.Payload + 2
201
        add     edx, PPPoE_frame.Payload + 2
Line 202... Line 202...
202
 
202
 
203
        cmp     ax, PPP_IPv4
203
        cmp     ax, PPP_IPv4
Line 204... Line 204...
204
        je      IPv4_input
204
        je      IPv4_input
205
 
205
 
Line -... Line 206...
-
 
206
;        cmp     ax, PPP_IPv6
206
        cmp     ax, PPP_LCP
207
;        je      IPv6_input
Line 207... Line 208...
207
        je      PPPoE_discovery_input   ; Send LCP packets to the PPP dialer
208
 
208
 
209
        jmp     PPPoE_discovery_input   ; Send LCP,CHAP,CBCP,... packets to the PPP dialer
209
        DEBUGF  2,"PPPoE_input: Unknown protocol=%x\n", ax
210
        DEBUGF  2,"PPPoE_input: Unknown protocol=%x\n", ax