2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

xtoxll: Rename "byte-order" since it now include more than xtoxll.

Suggested-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
Ben Pfaff
2010-10-28 17:13:18 -07:00
parent 965f03d85f
commit 10a24935c9
16 changed files with 26 additions and 26 deletions

View File

@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <time.h>
#include "byte-order.h"
#include "flow.h"
#include "hmap.h"
#include "mac-learning.h"
@@ -38,7 +39,6 @@
#include "timeval.h"
#include "vconn.h"
#include "vlog.h"
#include "xtoxll.h"
VLOG_DEFINE_THIS_MODULE(learning_switch)