Hi Team,
We test host-interface following article VPP/Progressive VPP Tutorial ( 
https://wiki.fd.io/view/VPP/Progressive_VPP_Tutorial ) , anyway there seems 
exist one problem:
after I set host-interface down and up,  ping  not working between host-vpp1out 
and vpp1host, the following is environment and config:

vpp: 20.09, in fact, it seems all version has such problem

config:

ip link add name vpp1out type veth peer name vpp1host
ip link set dev vpp1out up
ip link set dev vpp1host up
ip addr add 10.10.1.1/24 dev vpp1host

vppctl -s /run/vpp/cli-vpp1.sock create host-interface name vpp1out
vppctl -s /run/vpp/cli-vpp1.sock set int state host-vpp1out up
vppctl -s /run/vpp/cli-vpp1.sock set int ip address host-vpp1out 10.10.1.2/24

if config come here, ping is ok; but when I set host-vpp1out down and up; ping 
not work
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18481): https://lists.fd.io/g/vpp-dev/message/18481
Mute This Topic: https://lists.fd.io/mt/79495108/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