mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -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 (cherry picked from commit f34aca55adef1e28cd68b2e6705a0cac03f0238e) |
||
|---|---|---|
| .. | ||
| 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 | ||