forked from KolibriOS/kolibrios
Send all PPPoE control packets to PPPoE app.
git-svn-id: svn://kolibrios.org@2964 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
329d879229
commit
5d0e172b95
@ -203,9 +203,10 @@ PPPoE_session_input:
|
|||||||
cmp ax, PPP_IPv4
|
cmp ax, PPP_IPv4
|
||||||
je IPv4_input
|
je IPv4_input
|
||||||
|
|
||||||
cmp ax, PPP_LCP
|
; cmp ax, PPP_IPv6
|
||||||
je PPPoE_discovery_input ; Send LCP packets to the PPP dialer
|
; je IPv6_input
|
||||||
|
|
||||||
|
jmp PPPoE_discovery_input ; Send LCP,CHAP,CBCP,... packets to the PPP dialer
|
||||||
DEBUGF 2,"PPPoE_input: Unknown protocol=%x\n", ax
|
DEBUGF 2,"PPPoE_input: Unknown protocol=%x\n", ax
|
||||||
|
|
||||||
.dump:
|
.dump:
|
||||||
|
@ -45,7 +45,7 @@ ETHER_PPP_SESSION = 0x6488
|
|||||||
|
|
||||||
; PPP protocol numbers
|
; PPP protocol numbers
|
||||||
PPP_IPv4 = 0x2100
|
PPP_IPv4 = 0x2100
|
||||||
PPP_LCP = 0x21c0
|
PPP_IPV6 = 0x5780
|
||||||
|
|
||||||
;Protocol family
|
;Protocol family
|
||||||
AF_UNSPEC = 0
|
AF_UNSPEC = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user