X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdummy.c;h=0918037393fc9946a3fdc9a34d3275bcffe60542;hb=HEAD;hp=1354de6262c996088e8601674159a9599ad00a9c;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;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(); }