Here’s one simple way to do it:

$ cat /etc/vpp/startup.conf
unix {
  nodaemon
  log /var/log/vpp/vpp.log
  full-coredump
  cli-listen /run/vpp/cli.sock
  startup-config /etc/setup.gate
  gid vpp
}
<snip>



From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of tianye@sina
Sent: Friday, October 26, 2018 6:29 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] How to save VPP configuration

Hello Everyone:

Almost all of the telecom devices could save the user configuration.
But in VPP, it’s look like when VPP process is restart, the previous 
configuration will missing.
For example, After I added a Vxlan Tunnel then restart the VPP process and log 
in to the VPP console.
Then re-run the “show interface” command, the Vxlan tunnel which I added last 
time is gone!

So, Is there someone who know how to save the configuration so that I could 
save my modification permanently?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10999): https://lists.fd.io/g/vpp-dev/message/10999
Mute This Topic: https://lists.fd.io/mt/27738030/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to