Remove /proc/net compatibility support.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Feb 2011 21:16:28 +0000 (13:16 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Feb 2011 21:48:24 +0000 (13:48 -0800)
commit0b8b6f71d5621a726a3bf5aa1bbee27ed1f4a8fe
treec57e0b119100f7ac67f5bf803a5fa5116ea9a691
parent27f5b7720ab3994f71c0aa53caf1a2682f0462fe
Remove /proc/net compatibility support.

This feature was included only to allow Citrix QA to run some tests that
interacted directly with the bridge.  This feature hasn't been turned on
for some time, so it should not be necessary any longer.

Signed-off-by: Ben Pfaff <blp@nicira.com>
12 files changed:
datapath/brc_procfs.c [deleted file]
datapath/brc_procfs.h [deleted file]
datapath/brcompat.c
datapath/linux-2.6/.gitignore
datapath/linux-2.6/Modules.mk
include/openvswitch/brcompat-netlink.h
vswitchd/automake.mk
vswitchd/bridge.c
vswitchd/ovs-vswitchd.8.in
vswitchd/ovs-vswitchd.c
vswitchd/proc-net-compat.c [deleted file]
vswitchd/proc-net-compat.h [deleted file]