mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
This change adds netlink create/modify/dump interfaces to the `if_clone.c`. The previous attempt with storing the logic inside `netlink/route/iface_drivers.c` did not quite work, as, for example, dumping interface-specific state (like vlan id or vlan parent) required some peeking into the private interfaces. The new interfaces are added in a compatible way - callers don't have to do anything unless they are extended with Netlink. Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D39032 MFC after: 1 month |
||
|---|---|---|
| .. | ||
| Makefile | ||
| test_nl_core.py | ||
| test_rtnl_iface.py | ||
| test_rtnl_ifaddr.py | ||
| test_rtnl_neigh.py | ||
| test_rtnl_route.py | ||
| test_snl.c | ||
| test_snl_generic.c | ||