IPenable
IPenable is a software component found in some network devices and operating systems that provides a programmatic mechanism to enable or disable IP processing on network interfaces. It manages the activation state of IP features such as address assignment, routing, and IP-level filtering, and acts as a bridge between higher-level configuration tools and the kernel network stack.
It offers a consistent API or command interface to enable IPv4 and IPv6 on a given interface,
Typical implementations run as a user-space daemon or service, exposing a local API (REST, DBus, or command-line)
Because IPenable interacts with the kernel network stack and policy controls, it may be critical for security,
See also: IP networking, IPv4, IPv6, DHCP, routing, netlink, firewall.