mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
Conflicts: COPYING datapath/datapath.h lib/automake.mk lib/dpif-provider.h lib/dpif.c lib/hmap.h lib/netdev-provider.h lib/netdev.c lib/stream-ssl.h ofproto/executer.c ofproto/ofproto.c ofproto/ofproto.h tests/automake.mk utilities/ovs-ofctl.c utilities/ovs-vsctl.in vswitchd/ovs-vswitchd.conf.5.in xenserver/etc_init.d_vswitch xenserver/etc_xensource_scripts_vif xenserver/opt_xensource_libexec_interface-reconfigure
99 lines
2.4 KiB
Modula-2
99 lines
2.4 KiB
Modula-2
/*
|
|
* Copyright (c) 2008, 2009, 2010 Nicira Networks.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at:
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
/* Modules that can emit log messages. */
|
|
VLOG_MODULE(backtrace)
|
|
VLOG_MODULE(brcompatd)
|
|
VLOG_MODULE(bridge)
|
|
VLOG_MODULE(chain)
|
|
VLOG_MODULE(collectors)
|
|
VLOG_MODULE(controller)
|
|
VLOG_MODULE(coverage)
|
|
VLOG_MODULE(ctlpath)
|
|
VLOG_MODULE(daemon)
|
|
VLOG_MODULE(datapath)
|
|
VLOG_MODULE(dhcp)
|
|
VLOG_MODULE(dhcp_client)
|
|
VLOG_MODULE(discovery)
|
|
VLOG_MODULE(dpif)
|
|
VLOG_MODULE(dpif_linux)
|
|
VLOG_MODULE(dpif_netdev)
|
|
VLOG_MODULE(dpctl)
|
|
VLOG_MODULE(ezio_term)
|
|
VLOG_MODULE(fail_open)
|
|
VLOG_MODULE(fatal_signal)
|
|
VLOG_MODULE(flow)
|
|
VLOG_MODULE(in_band)
|
|
VLOG_MODULE(jsonrpc)
|
|
VLOG_MODULE(leak_checker)
|
|
VLOG_MODULE(learning_switch)
|
|
VLOG_MODULE(lockfile)
|
|
VLOG_MODULE(mac_learning)
|
|
VLOG_MODULE(netdev)
|
|
VLOG_MODULE(netdev_linux)
|
|
VLOG_MODULE(netflow)
|
|
VLOG_MODULE(netlink)
|
|
VLOG_MODULE(ofctl)
|
|
VLOG_MODULE(ovs_discover)
|
|
VLOG_MODULE(ofproto)
|
|
VLOG_MODULE(openflowd)
|
|
VLOG_MODULE(ovsdb_client)
|
|
VLOG_MODULE(ovsdb_file)
|
|
VLOG_MODULE(ovsdb_idl)
|
|
VLOG_MODULE(ovsdb_log)
|
|
VLOG_MODULE(ovsdb_jsonrpc_server)
|
|
VLOG_MODULE(ovsdb_server)
|
|
VLOG_MODULE(ovsdb_tool)
|
|
VLOG_MODULE(pktbuf)
|
|
VLOG_MODULE(pcap)
|
|
VLOG_MODULE(poll_loop)
|
|
VLOG_MODULE(port_watcher)
|
|
VLOG_MODULE(proc_net_compat)
|
|
VLOG_MODULE(process)
|
|
VLOG_MODULE(rconn)
|
|
VLOG_MODULE(reconnect)
|
|
VLOG_MODULE(rtnetlink)
|
|
VLOG_MODULE(sflow)
|
|
VLOG_MODULE(stp)
|
|
VLOG_MODULE(stream_fd)
|
|
VLOG_MODULE(stream_ssl)
|
|
VLOG_MODULE(stream_tcp)
|
|
VLOG_MODULE(stream_unix)
|
|
VLOG_MODULE(stream)
|
|
VLOG_MODULE(stats)
|
|
VLOG_MODULE(status)
|
|
VLOG_MODULE(svec)
|
|
VLOG_MODULE(switch)
|
|
VLOG_MODULE(terminal)
|
|
VLOG_MODULE(timeval)
|
|
VLOG_MODULE(tty)
|
|
VLOG_MODULE(socket_util)
|
|
VLOG_MODULE(switchui)
|
|
VLOG_MODULE(unixctl)
|
|
VLOG_MODULE(vconn_tcp)
|
|
VLOG_MODULE(vconn_ssl)
|
|
VLOG_MODULE(vconn_stream)
|
|
VLOG_MODULE(vconn_unix)
|
|
VLOG_MODULE(vconn)
|
|
VLOG_MODULE(vsctl)
|
|
VLOG_MODULE(vlog)
|
|
VLOG_MODULE(wcelim)
|
|
VLOG_MODULE(vswitchd)
|
|
VLOG_MODULE(vt)
|
|
VLOG_MODULE(xenserver)
|
|
|
|
#undef VLOG_MODULE
|