mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
The old Linux used 8-bit rtm_table field of the RTM_NEWROUTE message to specify routing table id. Modern netlink uses RTA_TABLE 32-bit attribute. Unfortunately, there is modern software (namely bird) that would prefer the old API as long as the routing table id fits into 8-bit. PR: 279662 |
||
|---|---|---|
| .. | ||
| common.h | ||
| iface.c | ||
| iface_drivers.c | ||
| ifaddrs.h | ||
| interface.h | ||
| neigh.c | ||
| neigh.h | ||
| nexthop.c | ||
| nexthop.h | ||
| route.h | ||
| route_var.h | ||
| rt.c | ||