Re: [vpp-dev] support of multiple startup-config files in startup.conf

2020-11-30 Thread Dave Barach
500 } } $(FEATURE_NAT44) { $(FEATURE_IKE_RESPONDER) { nat44 add identity mapping external $(TRUNK) udp 4500 } } D. From: vpp-dev@lists.fd.io On Behalf Of ashish.sax...@hsc.com Sent: Sunday, November 29, 2020 11:05 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] support of multiple

[vpp-dev] support of multiple startup-config files in startup.conf

2020-11-29 Thread ashish . saxena
Hi All, To read startup operational configuration of vpp from a file, we modify the /etc/vpp/startup.conf file as: unix { nodaemon log /var/log/vpp/vpp.log full-coredump cli-listen /run/vpp/cli.sock *startup-config /etc/vpp/vpp-startup.config* gid vpp } Can we provide 2 filenames here instead