CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/06/14 03:44:41
Modified files: sys/net : route.c route.h rtsock.c sys/netinet : if_ether.c sys/netmpls : mpls_input.c Log message: Store the source address associated with a route in its own chunk of memory. This will allow to unlink 'sruct rtentry' and 'struct ifaddr' to be able to add route entries without needing an address. ok sthen@, visa@, florian@