Показать сообщение отдельно
  #359  
Старый 09.02.2023, 00:52
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в Feb 23 23:49:14 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
hpt:
display the pkt zone field without changes
when running pktinfo even if it is zero

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2023-02-08 18:58:12 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M h/pkt.h
M src/pktinfo.c
M src/pktread.c
M src/pktwrite.c
M src/toss.c
===========================
hpt:
change the algorithm of assining zone when zone=0.
If origZone (or destZone) in a packet header is equal to zero, then
first look for a link with net coinciding with the origNet (or destNet).
If such link is found, assign its zone to origZone (or destZone).
Otherwise, look among the configuration owner addresses for the net
coinciding with the origNet (or destNet). If such an address is found,
assign its zone to origZone (or destZone). Otherwise, assign the main
address zone to origZone (or destZone).

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2023-02-08 18:57:24 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/pktread.c
--- hpt/lnx 1.9.0
Ответить с цитированием