CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/07 01:09:05
Modified files:
sys/net : art.c art.h if_wg.c rtable.c rtable.h
Log message:
move ar_off out of struct art_root to r_off in struct rtable.
this is the offset of an address in the relevant sockaddr, which
rtable.c needs to know so it can pass the raw bytes of a network
address to art for lookups.
this part a part of a much bigger diff that was tested by hrvoje
popovski, bluhm@, and matthieu@.
ok jmatthew@
