Move the vnet cdp protocol implementation to a plugin
[vpp.git] / src / plugins / cdp / cdp_periodic.c
similarity index 99%
rename from src/vnet/cdp/cdp_periodic.c
rename to src/plugins/cdp/cdp_periodic.c
index 8899c49..c67af00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2016 Cisco and/or its affiliates.
+ * Copyright (c) 2011-2018 Cisco and/or its affiliates.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <vnet/cdp/cdp_node.h>
+#include <cdp/cdp.h>
 #include <vppinfra/hash.h>
 #include <vnet/unix/pcap.h>
 #include <vnet/srp/srp.h>