vconn: Implement Unix domain socket vconn.
authorBen Pfaff <blp@nicira.com>
Wed, 30 Jul 2008 22:45:21 +0000 (15:45 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 30 Jul 2008 22:45:21 +0000 (15:45 -0700)
commitbab6bdbe58cafa206e8831a49f65046dc0c56623
tree471a16757acd7a7e777a02461a0408cde30df473
parent5680957f84873e871b99acbef0c9f472b4797dfe
vconn: Implement Unix domain socket vconn.

These are useful for local management connections because, unlike TCP
sockets, they are subject to regular file system permissions.
controller/controller.8.in
include/vconn.h
include/vlog.h
lib/Makefile.am
lib/vconn-unix.c [new file with mode: 0644]
lib/vconn.c
secchan/secchan.8.in
switch/switch.8.in
utilities/dpctl.8