Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45. v0.90.0
authorBen Pfaff <blp@nicira.com>
Wed, 8 Jul 2009 20:19:16 +0000 (13:19 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 8 Jul 2009 20:19:16 +0000 (13:19 -0700)
commit064af42167bf4fc9aaea2702d80ce08074b889c0
treeefd15a6dc2402eeec273bb34db3b2445687589e5
Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
387 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
CodingStyle [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
acinclude.m4 [new file with mode: 0644]
boot.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
datapath/.gitignore [new file with mode: 0644]
datapath/Makefile.am [new file with mode: 0644]
datapath/Modules.mk [new file with mode: 0644]
datapath/actions.c [new file with mode: 0644]
datapath/actions.h [new file with mode: 0644]
datapath/brc_procfs.c [new file with mode: 0644]
datapath/brc_procfs.h [new file with mode: 0644]
datapath/brc_sysfs.h [new file with mode: 0644]
datapath/brc_sysfs_dp.c [new file with mode: 0644]
datapath/brc_sysfs_if.c [new file with mode: 0644]
datapath/brcompat.c [new file with mode: 0644]
datapath/compat.h [new file with mode: 0644]
datapath/datapath.c [new file with mode: 0644]
datapath/datapath.h [new file with mode: 0644]
datapath/dp_dev.c [new file with mode: 0644]
datapath/dp_dev.h [new file with mode: 0644]
datapath/dp_notify.c [new file with mode: 0644]
datapath/flow.c [new file with mode: 0644]
datapath/flow.h [new file with mode: 0644]
datapath/linux-2.6/.gitignore [new file with mode: 0644]
datapath/linux-2.6/Kbuild.in [new file with mode: 0644]
datapath/linux-2.6/Makefile.in [new file with mode: 0644]
datapath/linux-2.6/Makefile.main.in [new file with mode: 0644]
datapath/linux-2.6/Modules.mk [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/compat26.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/genetlink-brcompat.c [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/genetlink-openvswitch.c [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/asm-generic/bug.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/cpumask.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/dmi.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/err.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/icmp.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/if_arp.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/ip.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/ipv6.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/jiffies.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/kernel.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/lockdep.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/log2.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/mutex.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/netdevice.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/netfilter_bridge.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/netfilter_ipv4.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/netlink.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/percpu.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/random.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/rculist.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/rtnetlink.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/skbuff.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/tcp.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/timer.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/types.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/udp.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/linux/workqueue.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/net/checksum.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/net/genetlink.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/net/netlink.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/random32.c [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/veth.c [new file with mode: 0644]
datapath/linux-2.6/config/config-linux-2.6.23-rc9-kvm [new file with mode: 0644]
datapath/table.c [new file with mode: 0644]
debian/.gitignore [new file with mode: 0644]
debian/automake.mk [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/commands/reconfigure [new file with mode: 0755]
debian/commands/update [new file with mode: 0755]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/control.modules.in [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/corekeeper.cron.daily [new file with mode: 0755]
debian/corekeeper.init [new file with mode: 0755]
debian/dirs [new file with mode: 0644]
debian/openvswitch-common.dirs [new file with mode: 0644]
debian/openvswitch-common.install [new file with mode: 0644]
debian/openvswitch-common.manpages [new file with mode: 0644]
debian/openvswitch-controller.README.Debian [new file with mode: 0644]
debian/openvswitch-controller.default [new file with mode: 0644]
debian/openvswitch-controller.dirs [new file with mode: 0644]
debian/openvswitch-controller.init [new file with mode: 0755]
debian/openvswitch-controller.install [new file with mode: 0644]
debian/openvswitch-controller.manpages [new file with mode: 0644]
debian/openvswitch-controller.postinst [new file with mode: 0755]
debian/openvswitch-datapath-module-_KVERS_.postinst.modules.in [new file with mode: 0755]
debian/openvswitch-datapath-source.README.Debian [new file with mode: 0644]
debian/openvswitch-datapath-source.copyright [new file with mode: 0644]
debian/openvswitch-datapath-source.dirs [new file with mode: 0644]
debian/openvswitch-datapath-source.install [new file with mode: 0644]
debian/openvswitch-monitor.default [new file with mode: 0644]
debian/openvswitch-monitor.dirs [new file with mode: 0644]
debian/openvswitch-monitor.init [new file with mode: 0755]
debian/openvswitch-monitor.install [new file with mode: 0644]
debian/openvswitch-pki-server.apache2 [new file with mode: 0644]
debian/openvswitch-pki-server.dirs [new file with mode: 0644]
debian/openvswitch-pki-server.install [new file with mode: 0644]
debian/openvswitch-pki-server.postinst [new file with mode: 0755]
debian/openvswitch-pki.postinst [new file with mode: 0755]
debian/openvswitch-switch-config.dirs [new file with mode: 0644]
debian/openvswitch-switch-config.install [new file with mode: 0644]
debian/openvswitch-switch-config.manpages [new file with mode: 0644]
debian/openvswitch-switch-config.overrides [new file with mode: 0644]
debian/openvswitch-switch-config.templates [new file with mode: 0644]
debian/openvswitch-switch.README.Debian [new file with mode: 0644]
debian/openvswitch-switch.dirs [new file with mode: 0644]
debian/openvswitch-switch.init [new file with mode: 0755]
debian/openvswitch-switch.install [new file with mode: 0644]
debian/openvswitch-switch.logrotate [new file with mode: 0644]
debian/openvswitch-switch.manpages [new file with mode: 0644]
debian/openvswitch-switch.postinst [new file with mode: 0755]
debian/openvswitch-switch.postrm [new file with mode: 0755]
debian/openvswitch-switch.template [new file with mode: 0644]
debian/openvswitch-switchui.copyright [new file with mode: 0644]
debian/openvswitch-switchui.default [new file with mode: 0644]
debian/openvswitch-switchui.dirs [new file with mode: 0644]
debian/openvswitch-switchui.init [new file with mode: 0755]
debian/openvswitch-switchui.install [new file with mode: 0644]
debian/openvswitch-wdt.default [new file with mode: 0644]
debian/openvswitch-wdt.dirs [new file with mode: 0644]
debian/openvswitch-wdt.init [new file with mode: 0755]
debian/openvswitch-wdt.install [new file with mode: 0644]
debian/ovs-switch-setup [new file with mode: 0755]
debian/ovs-switch-setup.8 [new file with mode: 0644]
debian/po/POTFILES.in [new file with mode: 0644]
debian/po/templates.pot [new file with mode: 0644]
debian/rules [new file with mode: 0755]
extras/ezio/automake.mk [new file with mode: 0644]
extras/ezio/byteq.c [new file with mode: 0644]
extras/ezio/byteq.h [new file with mode: 0644]
extras/ezio/ezio-term.c [new file with mode: 0644]
extras/ezio/ezio.c [new file with mode: 0644]
extras/ezio/ezio.h [new file with mode: 0644]
extras/ezio/ezio3.ti [new file with mode: 0644]
extras/ezio/ovs-switchui.c [new file with mode: 0644]
extras/ezio/terminal.c [new file with mode: 0644]
extras/ezio/terminal.h [new file with mode: 0644]
extras/ezio/tty.c [new file with mode: 0644]
extras/ezio/tty.h [new file with mode: 0644]
extras/ezio/vt-dummy.c [new file with mode: 0644]
extras/ezio/vt-linux.c [new file with mode: 0644]
extras/ezio/vt.h [new file with mode: 0644]
include/.gitignore [new file with mode: 0644]
include/automake.mk [new file with mode: 0644]
include/openflow/automake.mk [new file with mode: 0644]
include/openflow/nicira-ext.h [new file with mode: 0644]
include/openflow/openflow-mgmt.h [new file with mode: 0644]
include/openflow/openflow.h [new file with mode: 0644]
include/openvswitch/automake.mk [new file with mode: 0644]
include/openvswitch/brcompat-netlink.h [new file with mode: 0644]
include/openvswitch/datapath-protocol.h [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/automake.mk [new file with mode: 0644]
lib/backtrace.c [new file with mode: 0644]
lib/backtrace.h [new file with mode: 0644]
lib/bitmap.c [new file with mode: 0644]
lib/bitmap.h [new file with mode: 0644]
lib/cfg.c [new file with mode: 0644]
lib/cfg.h [new file with mode: 0644]
lib/classifier.c [new file with mode: 0644]
lib/classifier.h [new file with mode: 0644]
lib/command-line.c [new file with mode: 0644]
lib/command-line.h [new file with mode: 0644]
lib/common.man [new file with mode: 0644]
lib/compiler.h [new file with mode: 0644]
lib/coverage-counters.h [new file with mode: 0644]
lib/coverage-scan.pl [new file with mode: 0755]
lib/coverage.c [new file with mode: 0644]
lib/coverage.h [new file with mode: 0644]
lib/csum.c [new file with mode: 0644]
lib/csum.h [new file with mode: 0644]
lib/daemon.c [new file with mode: 0644]
lib/daemon.h [new file with mode: 0644]
lib/daemon.man [new file with mode: 0644]
lib/dh1024.pem [new file with mode: 0644]
lib/dh2048.pem [new file with mode: 0644]
lib/dh4096.pem [new file with mode: 0644]
lib/dhcp-client.c [new file with mode: 0644]
lib/dhcp-client.h [new file with mode: 0644]
lib/dhcp.c [new file with mode: 0644]
lib/dhcp.h [new file with mode: 0644]
lib/dhparams.h [new file with mode: 0644]
lib/dirs.h [new file with mode: 0644]
lib/dpif.c [new file with mode: 0644]
lib/dpif.h [new file with mode: 0644]
lib/dpif.man [new file with mode: 0644]
lib/dynamic-string.c [new file with mode: 0644]
lib/dynamic-string.h [new file with mode: 0644]
lib/fatal-signal.c [new file with mode: 0644]
lib/fatal-signal.h [new file with mode: 0644]
lib/fault.c [new file with mode: 0644]
lib/fault.h [new file with mode: 0644]
lib/flow.c [new file with mode: 0644]
lib/flow.h [new file with mode: 0644]
lib/hash.c [new file with mode: 0644]
lib/hash.h [new file with mode: 0644]
lib/hmap.c [new file with mode: 0644]
lib/hmap.h [new file with mode: 0644]
lib/leak-checker.c [new file with mode: 0644]
lib/leak-checker.h [new file with mode: 0644]
lib/leak-checker.man [new file with mode: 0644]
lib/learning-switch.c [new file with mode: 0644]
lib/learning-switch.h [new file with mode: 0644]
lib/list.c [new file with mode: 0644]
lib/list.h [new file with mode: 0644]
lib/mac-learning.c [new file with mode: 0644]
lib/mac-learning.h [new file with mode: 0644]
lib/netdev.c [new file with mode: 0644]
lib/netdev.h [new file with mode: 0644]
lib/netlink-protocol.h [new file with mode: 0644]
lib/netlink.c [new file with mode: 0644]
lib/netlink.h [new file with mode: 0644]
lib/odp-util.c [new file with mode: 0644]
lib/odp-util.h [new file with mode: 0644]
lib/ofp-print.c [new file with mode: 0644]
lib/ofp-print.h [new file with mode: 0644]
lib/ofpbuf.c [new file with mode: 0644]
lib/ofpbuf.h [new file with mode: 0644]
lib/packets.h [new file with mode: 0644]
lib/pcap.c [new file with mode: 0644]
lib/pcap.h [new file with mode: 0644]
lib/poll-loop.c [new file with mode: 0644]
lib/poll-loop.h [new file with mode: 0644]
lib/port-array.c [new file with mode: 0644]
lib/port-array.h [new file with mode: 0644]
lib/process.c [new file with mode: 0644]
lib/process.h [new file with mode: 0644]
lib/queue.c [new file with mode: 0644]
lib/queue.h [new file with mode: 0644]
lib/random.c [new file with mode: 0644]
lib/random.h [new file with mode: 0644]
lib/rconn.c [new file with mode: 0644]
lib/rconn.h [new file with mode: 0644]
lib/sat-math.h [new file with mode: 0644]
lib/sha1.c [new file with mode: 0644]
lib/sha1.h [new file with mode: 0644]
lib/shash.c [new file with mode: 0644]
lib/shash.h [new file with mode: 0644]
lib/signals.c [new file with mode: 0644]
lib/signals.h [new file with mode: 0644]
lib/socket-util.c [new file with mode: 0644]
lib/socket-util.h [new file with mode: 0644]
lib/stp.c [new file with mode: 0644]
lib/stp.h [new file with mode: 0644]
lib/svec.c [new file with mode: 0644]
lib/svec.h [new file with mode: 0644]
lib/tag.c [new file with mode: 0644]
lib/tag.h [new file with mode: 0644]
lib/timeval.c [new file with mode: 0644]
lib/timeval.h [new file with mode: 0644]
lib/type-props.h [new file with mode: 0644]
lib/unixctl.c [new file with mode: 0644]
lib/unixctl.h [new file with mode: 0644]
lib/util.c [new file with mode: 0644]
lib/util.h [new file with mode: 0644]
lib/valgrind.h [new file with mode: 0644]
lib/vconn-provider.h [new file with mode: 0644]
lib/vconn-ssl.c [new file with mode: 0644]
lib/vconn-ssl.h [new file with mode: 0644]
lib/vconn-stream.c [new file with mode: 0644]
lib/vconn-stream.h [new file with mode: 0644]
lib/vconn-tcp.c [new file with mode: 0644]
lib/vconn-unix.c [new file with mode: 0644]
lib/vconn.c [new file with mode: 0644]
lib/vconn.h [new file with mode: 0644]
lib/vlog-modules.def [new file with mode: 0644]
lib/vlog.c [new file with mode: 0644]
lib/vlog.h [new file with mode: 0644]
lib/vlog.man [new file with mode: 0644]
lib/xtoxll.h [new file with mode: 0644]
m4/nx-build.m4 [new file with mode: 0644]
m4/openvswitch.m4 [new file with mode: 0644]
secchan/.gitignore [new file with mode: 0644]
secchan/automake.mk [new file with mode: 0644]
secchan/commands/automake.mk [new file with mode: 0644]
secchan/commands/reboot [new file with mode: 0755]
secchan/discovery.c [new file with mode: 0644]
secchan/discovery.h [new file with mode: 0644]
secchan/executer.c [new file with mode: 0644]
secchan/executer.h [new file with mode: 0644]
secchan/fail-open.c [new file with mode: 0644]
secchan/fail-open.h [new file with mode: 0644]
secchan/in-band.c [new file with mode: 0644]
secchan/in-band.h [new file with mode: 0644]
secchan/main.c [new file with mode: 0644]
secchan/netflow.c [new file with mode: 0644]
secchan/netflow.h [new file with mode: 0644]
secchan/ofproto.c [new file with mode: 0644]
secchan/ofproto.h [new file with mode: 0644]
secchan/pinsched.c [new file with mode: 0644]
secchan/pinsched.h [new file with mode: 0644]
secchan/pktbuf.c [new file with mode: 0644]
secchan/pktbuf.h [new file with mode: 0644]
secchan/secchan.8.in [new file with mode: 0644]
secchan/status.c [new file with mode: 0644]
secchan/status.h [new file with mode: 0644]
soexpand.pl [new file with mode: 0755]
tests/.gitignore [new file with mode: 0644]
tests/automake.mk [new file with mode: 0644]
tests/flowgen.pl [new file with mode: 0755]
tests/test-classifier.c [new file with mode: 0644]
tests/test-dhcp-client.c [new file with mode: 0644]
tests/test-flows.c [new file with mode: 0644]
tests/test-flows.sh [new file with mode: 0755]
tests/test-hash.c [new file with mode: 0644]
tests/test-hmap.c [new file with mode: 0644]
tests/test-list.c [new file with mode: 0644]
tests/test-stp-ieee802.1d-1998 [new file with mode: 0644]
tests/test-stp-ieee802.1d-2004-fig17.4 [new file with mode: 0644]
tests/test-stp-ieee802.1d-2004-fig17.6 [new file with mode: 0644]
tests/test-stp-ieee802.1d-2004-fig17.7 [new file with mode: 0644]
tests/test-stp-iol-io-1.1 [new file with mode: 0644]
tests/test-stp-iol-io-1.2 [new file with mode: 0644]
tests/test-stp-iol-io-1.4 [new file with mode: 0644]
tests/test-stp-iol-io-1.5 [new file with mode: 0644]
tests/test-stp-iol-op-1.1 [new file with mode: 0644]
tests/test-stp-iol-op-1.4 [new file with mode: 0644]
tests/test-stp-iol-op-3.1 [new file with mode: 0644]
tests/test-stp-iol-op-3.3 [new file with mode: 0644]
tests/test-stp-iol-op-3.4 [new file with mode: 0644]
tests/test-stp.c [new file with mode: 0644]
tests/test-stp.sh [new file with mode: 0755]
tests/test-type-props.c [new file with mode: 0644]
third-party/.gitignore [new file with mode: 0644]
third-party/README [new file with mode: 0644]
third-party/automake.mk [new file with mode: 0644]
third-party/ofp-tcpdump.patch [new file with mode: 0644]
utilities/.gitignore [new file with mode: 0644]
utilities/automake.mk [new file with mode: 0644]
utilities/nlmon.c [new file with mode: 0644]
utilities/ovs-appctl.8.in [new file with mode: 0644]
utilities/ovs-appctl.c [new file with mode: 0644]
utilities/ovs-cfg-mod.8.in [new file with mode: 0644]
utilities/ovs-cfg-mod.c [new file with mode: 0644]
utilities/ovs-controller.8.in [new file with mode: 0644]
utilities/ovs-controller.c [new file with mode: 0644]
utilities/ovs-discover.8.in [new file with mode: 0644]
utilities/ovs-discover.c [new file with mode: 0644]
utilities/ovs-dpctl.8.in [new file with mode: 0644]
utilities/ovs-dpctl.c [new file with mode: 0644]
utilities/ovs-kill.8.in [new file with mode: 0644]
utilities/ovs-kill.c [new file with mode: 0644]
utilities/ovs-monitor [new file with mode: 0755]
utilities/ovs-ofctl.8.in [new file with mode: 0644]
utilities/ovs-ofctl.c [new file with mode: 0644]
utilities/ovs-parse-leaks.in [new file with mode: 0755]
utilities/ovs-pki-cgi.in [new file with mode: 0755]
utilities/ovs-pki.8.in [new file with mode: 0644]
utilities/ovs-pki.in [new file with mode: 0755]
utilities/ovs-wdt.c [new file with mode: 0644]
vswitchd/.gitignore [new file with mode: 0644]
vswitchd/automake.mk [new file with mode: 0644]
vswitchd/bridge.c [new file with mode: 0644]
vswitchd/bridge.h [new file with mode: 0644]
vswitchd/mgmt.c [new file with mode: 0644]
vswitchd/mgmt.h [new file with mode: 0644]
vswitchd/ovs-brcompatd.8.in [new file with mode: 0644]
vswitchd/ovs-brcompatd.c [new file with mode: 0644]
vswitchd/ovs-vswitchd.8.in [new file with mode: 0644]
vswitchd/ovs-vswitchd.c [new file with mode: 0644]
vswitchd/ovs-vswitchd.conf.5.in [new file with mode: 0644]
vswitchd/ovs-vswitchd.h [new file with mode: 0644]
vswitchd/port.c [new file with mode: 0644]
vswitchd/port.h [new file with mode: 0644]
vswitchd/proc-net-compat.c [new file with mode: 0644]
vswitchd/proc-net-compat.h [new file with mode: 0644]
vswitchd/xenserver.c [new file with mode: 0644]
vswitchd/xenserver.h [new file with mode: 0644]
xenserver/README [new file with mode: 0644]
xenserver/automake.mk [new file with mode: 0644]
xenserver/etc_init.d_vswitch [new file with mode: 0755]
xenserver/etc_init.d_vswitch-xapi-update [new file with mode: 0755]
xenserver/etc_logrotate.d_vswitch [new file with mode: 0644]
xenserver/etc_profile.d_vswitch.sh [new file with mode: 0644]
xenserver/etc_sysconfig_vswitch.example [new file with mode: 0644]
xenserver/etc_xapi.d_plugins_vswitch-cfg-update [new file with mode: 0755]
xenserver/etc_xensource_scripts_vif [new file with mode: 0755]
xenserver/opt_xensource_libexec_interface-reconfigure [new file with mode: 0755]
xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py [new file with mode: 0644]
xenserver/vswitch-xen.spec [new file with mode: 0644]