Home | History | Annotate | Download | only in net
History log of /src/sys/compat/net/route.h
RevisionDateAuthorComments
 1.4  29-Apr-2019  roy Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message.
Use this when we notify userland of a duplicate address
and set RTA_AUTHOR to the hardware address of the sender.

While here, match the logging diagnostic of INET6 to the simpler one
of INET so it's consistent.
 1.3  29-Apr-2019  roy rtsock: Route address message simplification

Rename rt_newaddrmsg to rt_addrmsg_rt.
Add rt_addrmsg which drops the error and route arguments which are only
needed by one caller.
 1.2  21-Sep-2016  roy branches: 1.2.14; 1.2.16;
Add ifam_pid and ifam_addrflags to ifa_msghdr.
Re-version RTM_NEWADDR, RTM_DELADDR, RTM_CHGADDR and NET_RT_IFLIST.
Add compat code for old version.
 1.1  01-Feb-2011  matt branches: 1.1.2; 1.1.4; 1.1.8; 1.1.20; 1.1.38; 1.1.42;
Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket
interface (and its associated sysctls) act identically for both 32 and 64 bit
programs. The old unclean one remains for backward compatibility.
 1.1.42.1  04-Nov-2016  pgoyette Sync with HEAD
 1.1.38.1  05-Oct-2016  skrll Sync with HEAD
 1.1.20.1  03-Dec-2017  jdolecek update from HEAD
 1.1.8.2  06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1  01-Feb-2011  jruoho file route.h was added on branch jruoho-x86intr on 2011-06-06 09:07:32 +0000
 1.1.4.2  05-Mar-2011  rmind sync with head
 1.1.4.1  01-Feb-2011  rmind file route.h was added on branch rmind-uvmplock on 2011-03-05 20:52:54 +0000
 1.1.2.2  08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1  01-Feb-2011  bouyer file route.h was added on branch bouyer-quota2 on 2011-02-08 16:19:47 +0000
 1.2.16.1  10-Jun-2019  christos Sync with HEAD
 1.2.14.3  14-Jan-2019  pgoyette Create a variant of the HOOK macros that handles hook routines of
type void, and use them where appropriate.
 1.2.14.2  13-Jan-2019  pgoyette Add the required hooks for rtsock_50 and modify the COMPATCALL() macro
to use the hooks. While the rtsock_50 situation is still sub-optimal
(it includes the main rtsock.c with a whole bunch of function and
variable redefinitions via macros), this at least makes it possible to
load the rtsock_50 code separately from more recent code, rather than
the previous requirement that rtsock_50 be built-in.
 1.2.14.1  15-Oct-2018  pgoyette Convert a couple more hooks to the MP-safe mechanism.

While here, clean up some headers and remove any that are now empty.

RSS XML Feed