Re: [vpp-dev] VPP interface configuration problem

2017-05-24 Thread Alessio Silvestro
Dear Neale, your guess was right. With ping it works fine and vpp does not crash. I was using prove because is suggested by the official wiki in order to test the interface, therefore I would suggest to replace it also in the wiki. Thanks for the prompt answer. Best regards, Alessio On Wed, M

Re: [vpp-dev] VPP interface configuration problem

2017-05-24 Thread Neale Ranns (nranns)
Hi Alessio, My guess is the probe command caused VPP to crash, and since your running it as a deamon, it restarted with your previous configs gone. The probe command sends an ARP request to the address in question, so don’t probe your own address, instead probe a peer’s. These days we also hav