87ab4e20b4
Phonet endpoints are bound to individual ports. This provides a /proc/sys/net/phonet (or sysctl) interface for selecting the range of automatically allocated ports (much like the ip_local_port_range with IPv4). Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
130 B
Makefile
10 lines
130 B
Makefile
obj-$(CONFIG_PHONET) += phonet.o
|
|
|
|
phonet-objs := \
|
|
pn_dev.o \
|
|
pn_netlink.o \
|
|
socket.o \
|
|
datagram.o \
|
|
sysctl.o \
|
|
af_phonet.o
|