mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Implement kernel support for RFC 5549/8950.
* Relax control plane restrictions and allow specifying IPv6 gateways
for IPv4 routes. This behavior is controlled by the
net.route.rib_route_ipv6_nexthop sysctl (on by default).
* Always pass final destination in ro->ro_dst in ip_forward().
* Use ro->ro_dst to exract packet family inside if_output() routines.
Consistently use RO_GET_FAMILY() macro to handle ro=NULL case.
* Pass extracted family to nd6_resolve() to get the LLE with proper encap.
It leverages recent lltable changes committed in
|
||
|---|---|---|
| .. | ||
| gpio | ||
| mux | ||
| pmic | ||
| rtc | ||
| twsi | ||
| acpi_iicbus.c | ||
| ad7417.c | ||
| ad7418.c | ||
| adm1030.c | ||
| ads111x.c | ||
| adt746x.c | ||
| ds13rtc.c | ||
| ds1307.c | ||
| ds1307reg.h | ||
| ds1631.c | ||
| ds1672.c | ||
| ds1775.c | ||
| ds3231.c | ||
| ds3231reg.h | ||
| htu21.c | ||
| icee.c | ||
| if_ic.c | ||
| iic.c | ||
| iic.h | ||
| iic_recover_bus.c | ||
| iic_recover_bus.h | ||
| iicbb.c | ||
| iicbb_if.m | ||
| iicbus.c | ||
| iicbus.h | ||
| iicbus_if.m | ||
| iichid.c | ||
| iicoc.c | ||
| iicoc.h | ||
| iicoc_fdt.c | ||
| iicoc_pci.c | ||
| iiconf.c | ||
| iiconf.h | ||
| iicsmb.c | ||
| isl12xx.c | ||
| lm75.c | ||
| max6690.c | ||
| nxprtc.c | ||
| ofw_iicbus.c | ||
| rtc8583.c | ||
| s35390a.c | ||
| sy8106a.c | ||
| syr827.c | ||