aboutsummaryrefslogtreecommitdiff
path: root/lib/dummy.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-06-25 14:00:58 -0700
committerBen Pfaff <blp@nicira.com>2013-06-25 14:00:58 -0700
commit1c3e353dbd10241ced4a04a5da655364704388ba (patch)
tree4cc5d5d41c77a0e77a5945ffb1ca78217d474cfa /lib/dummy.c
parent83ed45196303154b0b2ee167e61936abd968bed8 (diff)
Add VLAN splinters unit test.
CC: Ethan Jackson <ethan@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/dummy.c')
-rw-r--r--lib/dummy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dummy.c b/lib/dummy.c
index 1354de62..09180373 100644
--- a/lib/dummy.c
+++ b/lib/dummy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2011, 2012 Nicira, Inc.
+ * Copyright (c) 2010, 2011, 2012, 2013 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -33,5 +33,6 @@ dummy_enable(bool override)
netdev_dummy_register(override);
dpif_dummy_register(override);
timeval_dummy_register();
+ vlandev_dummy_enable();
}