1Socket::Netlink::Route(U3spemr)Contributed Perl DocumentSaotcikoent::Netlink::Route(3pm)
2
3
4
6 "Socket::Netlink::Route" - interface to Linux's "NETLINK_ROUTE" netlink
7 socket protocol
8
10 This module contains the low-level constants and structure handling
11 functions required to use the "NETLINK_ROUTE" protocol of Linux's
12 "PF_NETLINK" socket family. It is suggested to use the high-level
13 object interface to this protocol instead; see
14 IO::Socket::Netlink::Route.
15
16 For more information, see the Linux kernel documentation about the
17 "NETLINK_ROUTE" protocol family in rtnetlink(7)
18
19 $ man 7 rtnetlink
20
22 • Socket::Netlink - interface to Linux's "PF_NETLINK" socket family
23
24 • IO::Socket::Netlink::Route - Object interface to "NETLINK_ROUTE"
25 netlink protocol sockets
26
28 Paul Evans <leonerd@leonerd.org.uk>
29
30
31
32perl v5.38.0 2023-07-21 Socket::Netlink::Route(3pm)