Add JVPP for NSH plugin
[vpp.git] / extras / vpp_config / data / startup.conf.template
index 91b92c6..19a8454 100644 (file)
@@ -1,7 +1,7 @@
 
 unix {{
 {unix}
-  log /tmp/vpp.log
+  log /var/log/vpp/vpp.log
   full-coredump
   cli-listen /run/vpp/cli.sock
 }}
@@ -12,8 +12,8 @@ api-trace {{
 
 cpu {{
 {cpu}
-  scheduler-policy fifo
-  scheduler-priority 50
+  scheduler-policy fifo
+  scheduler-priority 50
 
         ## 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