Hi Tom,
You can enable router-plugin by adding "enable tap-inject" in the startup
config file.
unix {
nodaemon
log /var/log/vpp/vpp.log
full-coredump
cli-listen /run/vpp/cli.sock
gid vpp
exec /vpp.init
}
in vpp.init you can write
"enable tap-inject"
Thanks
Chad
2018-05-17 2:11 GMT
Hi
At the beginning I would like to thank for router plugin.
Actually my systemd service to start vpp looks like:
ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf
ExecStartPost=-/bin/sleep 5
ExecStartPost=-/sbin/ip link set dev vpp0 up
ExecStartPost=-/sbin/ip address add 10.0.0.14/30 dev vpp0
Is