Break bridge compatibility daemon into separate process.
authorJustin Pettit <jpettit@nicira.com>
Mon, 30 Mar 2009 08:17:49 +0000 (01:17 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 30 Mar 2009 08:17:49 +0000 (01:17 -0700)
commitd4842ec9f83760d8bc171bc8d4e5ddd046517ba5
tree1a664470bcdda1869cf31d3398407e6bfaa8f9a9
parenta841d3b4cae2e8b0b54a7e89131ebf8617969836
Break bridge compatibility daemon into separate process.

The user-space bridge compatibility code formally was part of the
vswitchd process.  For better separation, the bridge compatibility code
has been broken into a separate process, brcompatd.
15 files changed:
datapath/brcompat.c
datapath/dp_dev.c
lib/cfg.c
lib/cfg.h
lib/vlog-modules.def
vswitchd/.gitignore
vswitchd/automake.mk
vswitchd/brcompat.c [deleted file]
vswitchd/brcompat.h [deleted file]
vswitchd/brcompatd.8.in [new file with mode: 0644]
vswitchd/brcompatd.c [new file with mode: 0644]
vswitchd/bridge.c
vswitchd/mgmt.c
vswitchd/vswitchd.8.in
vswitchd/vswitchd.c