forked from KolibriOS/kolibrios
zeroconf.asm - fix typos
git-svn-id: svn://kolibrios.org@1801 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
915c69dab6
commit
17fd660c84
@ -1,2 +1,2 @@
|
|||||||
@fasm autodhcp.asm autodhcp
|
@fasm zeroconf.asm zeroconf
|
||||||
@pause
|
@pause
|
@ -374,7 +374,7 @@ link_local:
|
|||||||
mov ecx,0xfea9 ; IP 169.254.0.0 link local net, see RFC3927
|
mov ecx,0xfea9 ; IP 169.254.0.0 link local net, see RFC3927
|
||||||
mov cx,ax
|
mov cx,ax
|
||||||
eth.set_IP ecx ; mask is 255.255.0.0
|
eth.set_IP ecx ; mask is 255.255.0.0
|
||||||
DEBUGF 1,"Link Local IP assinged: 169.254.%u.%u\n",[generator+2]:1,[generator+3]:1
|
DEBUGF 1,"Link Local IP assigned: 169.254.%u.%u\n",[generator+2]:1,[generator+3]:1
|
||||||
eth.set_SUBNET 0xffff
|
eth.set_SUBNET 0xffff
|
||||||
eth.set_GATEWAY 0x0
|
eth.set_GATEWAY 0x0
|
||||||
eth.set_DNS 0x0
|
eth.set_DNS 0x0
|
||||||
@ -406,7 +406,7 @@ link_local:
|
|||||||
cmp esi,PROBE_NUM
|
cmp esi,PROBE_NUM
|
||||||
jl probe_loop
|
jl probe_loop
|
||||||
|
|
||||||
; now we wait further ANNOUNCE_WAIT seconds and send ANNOUNCE_NUM ARP announces. If any other host has assingned
|
; now we wait further ANNOUNCE_WAIT seconds and send ANNOUNCE_NUM ARP announces. If any other host has assigned
|
||||||
; IP within this time, we should create another adress, that have to be done later
|
; IP within this time, we should create another adress, that have to be done later
|
||||||
|
|
||||||
DEBUGF 1,"Waiting %us\n",ANNOUNCE_WAIT
|
DEBUGF 1,"Waiting %us\n",ANNOUNCE_WAIT
|
||||||
|
Loading…
Reference in New Issue
Block a user