configure: add configure option to disable building brcompat
authorChris Wright <chrisw@sous-sol.org>
Tue, 13 Mar 2012 23:21:55 +0000 (16:21 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 13 Mar 2012 23:50:42 +0000 (16:50 -0700)
This adds ability to do:

  ./configure --disable-brcompat

to disable building userspace and kernel module associated with
providing linux bridge compatibility.  Sources should still be
distributed w/ make dist.

While there, update comment referring to long removed veth driver
which is now relevant for brcompat module.

Cc: Jesse Gross <jesse@nicira.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Acked-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>

No differences found