Use __attribute__((weak)) references where necessary
[vpp.git] / src / vpp / conf / startup.conf
index 7ed2798..c1ac123 100644 (file)
@@ -28,6 +28,10 @@ api-segment {
   gid vpp
 }
 
+socksvr {
+  default
+}
+
 cpu {
        ## In the VPP there is one main thread and optionally the user can create worker(s)
        ## The main thread and worker thread(s) can be pinned to CPU core(s) manually or automatically