X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdummy.c;h=0918037393fc9946a3fdc9a34d3275bcffe60542;hb=003ce655b7116d18c86a74c50391e54990346931;hp=1354de6262c996088e8601674159a9599ad00a9c;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/lib/dummy.c b/lib/dummy.c index 1354de626..091803739 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(); }