Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4976 → Rev 4975

/kernel/trunk/network/IPv4.inc
267,9 → 267,10
cmp eax, 224
je .ip_ok
 
; maybe we just dont have an IP yet and should accept everything on the IP level
; or a loopback address (127.0.0.0/8)
 
cmp [IP_LIST + edi], 0
and eax, 0x00ffffff
cmp eax, 127
je .ip_ok
 
; or it's just not meant for us.. :(