forked from KolibriOS/kolibrios
Disabled experimental PPPoE and IPv6 support by default.
git-svn-id: svn://kolibrios.org@5001 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0727266021
commit
985e69de26
@ -145,14 +145,14 @@ ETH_process_input:
|
|||||||
cmp ax, ETHER_PROTO_ARP
|
cmp ax, ETHER_PROTO_ARP
|
||||||
je ARP_input
|
je ARP_input
|
||||||
|
|
||||||
cmp ax, ETHER_PROTO_IPv6
|
; cmp ax, ETHER_PROTO_IPv6
|
||||||
je IPv6_input
|
; je IPv6_input
|
||||||
|
|
||||||
cmp ax, ETHER_PROTO_PPP_DISCOVERY
|
; cmp ax, ETHER_PROTO_PPP_DISCOVERY
|
||||||
je PPPoE_discovery_input
|
; je PPPoE_discovery_input
|
||||||
|
|
||||||
cmp ax, ETHER_PROTO_PPP_SESSION
|
; cmp ax, ETHER_PROTO_PPP_SESSION
|
||||||
je PPPoE_session_input
|
; je PPPoE_session_input
|
||||||
|
|
||||||
DEBUGF DEBUG_NETWORK_VERBOSE, "ETH_input: Unknown packet type=%x\n", ax
|
DEBUGF DEBUG_NETWORK_VERBOSE, "ETH_input: Unknown packet type=%x\n", ax
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user