bb59ae5d74
Handle OF venor extensions (experimental). Currently only for slicing configuration messages. Slicing configuration messages are typically initiated by dpctl. After capturing them here, we use the appropriate functionality from datapath and netdev to change the underlying queueing configuration.
62 lines
1.3 KiB
Modula-2
62 lines
1.3 KiB
Modula-2
/* Modules that can emit log messages. */
|
|
VLOG_MODULE(backtrace)
|
|
VLOG_MODULE(brcompat)
|
|
VLOG_MODULE(bridge)
|
|
VLOG_MODULE(chain)
|
|
VLOG_MODULE(cfg)
|
|
VLOG_MODULE(controller)
|
|
VLOG_MODULE(ctlpath)
|
|
VLOG_MODULE(daemon)
|
|
VLOG_MODULE(datapath)
|
|
VLOG_MODULE(dhcp)
|
|
VLOG_MODULE(dhcp_client)
|
|
VLOG_MODULE(discovery)
|
|
VLOG_MODULE(dpif)
|
|
VLOG_MODULE(dpctl)
|
|
VLOG_MODULE(emerg_flow)
|
|
VLOG_MODULE(executer)
|
|
VLOG_MODULE(fail_open)
|
|
VLOG_MODULE(failover)
|
|
VLOG_MODULE(fault)
|
|
VLOG_MODULE(flow)
|
|
VLOG_MODULE(flow_end)
|
|
VLOG_MODULE(in_band)
|
|
VLOG_MODULE(leak_checker)
|
|
VLOG_MODULE(learning_switch)
|
|
VLOG_MODULE(mac_learning)
|
|
VLOG_MODULE(netdev)
|
|
VLOG_MODULE(netlink)
|
|
VLOG_MODULE(ofp_discover)
|
|
VLOG_MODULE(pcap)
|
|
VLOG_MODULE(poll_loop)
|
|
VLOG_MODULE(port_watcher)
|
|
VLOG_MODULE(process)
|
|
VLOG_MODULE(protocol_stat)
|
|
VLOG_MODULE(secchan)
|
|
VLOG_MODULE(rconn)
|
|
VLOG_MODULE(stp)
|
|
VLOG_MODULE(stp_secchan)
|
|
VLOG_MODULE(stats)
|
|
VLOG_MODULE(status)
|
|
VLOG_MODULE(svec)
|
|
VLOG_MODULE(switch)
|
|
VLOG_MODULE(terminal)
|
|
VLOG_MODULE(socket_util)
|
|
VLOG_MODULE(vconn_fd)
|
|
VLOG_MODULE(vconn_netlink)
|
|
VLOG_MODULE(vconn_tcp)
|
|
VLOG_MODULE(vconn_ssl)
|
|
VLOG_MODULE(vconn_stream)
|
|
VLOG_MODULE(vconn_unix)
|
|
VLOG_MODULE(vconn)
|
|
VLOG_MODULE(vlog)
|
|
VLOG_MODULE(vlog_socket)
|
|
VLOG_MODULE(vswitchd)
|
|
VLOG_MODULE(experimental)
|
|
|
|
#ifdef HAVE_EXT
|
|
#include "ext/vlogext-modules.def"
|
|
#endif
|
|
|
|
#undef VLOG_MODULE
|