Skip to content

Commit

Permalink
Add VLAN splinters unit test.
Browse files Browse the repository at this point in the history
CC: Ethan Jackson <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Jun 25, 2013
1 parent 83ed451 commit 1c3e353
Show file tree
Hide file tree
Showing 8 changed files with 320 additions and 97 deletions.
3 changes: 2 additions & 1 deletion lib/dummy.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -33,5 +33,6 @@ dummy_enable(bool override)
netdev_dummy_register(override);
dpif_dummy_register(override);
timeval_dummy_register();
vlandev_dummy_enable();
}

3 changes: 2 additions & 1 deletion lib/dummy.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -26,5 +26,6 @@ void dummy_enable(bool override);
void dpif_dummy_register(bool override);
void netdev_dummy_register(bool override);
void timeval_dummy_register(void);
void vlandev_dummy_enable(void);

#endif /* dummy.h */
Loading

0 comments on commit 1c3e353

Please sign in to comment.