Re: [vpp-dev] how VAT work with Socket IP Address

2019-09-02 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
62cacea76/resources/libraries/python/PapiExecutor.py#L249-L255 [1] https://lwn.net/Articles/609321/ From: vpp-dev@lists.fd.io on behalf of wei_sky2...@163.com Sent: Thursday, August 29, 2019 13:17 To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] how VAT work wi

Re: [vpp-dev] how VAT work with Socket IP Address

2019-08-29 Thread wei_sky2008
Thank you for your answer! I want to develop an app on an PC,and VPP run on another PC,my app use VPP API to config VPP。Is this way not feasible? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13873): https://lists.fd.io/g/vpp-dev/message/13873 Mut

Re: [vpp-dev] how VAT work with Socket IP Address

2019-08-28 Thread Ole Troan
Dear Mr Sky, > I want use vpp_api_test with socket address,so I use commond like this: > ./vpp_api_test socket-name 192.168.1.16:5002 > and I modify startup.conf like this: > unix { > > cli-listen 192.168.1.16:5002 > } > socksvr{ > socket-name 192.168.1.16:5002 > } > > > but it can't conne

[vpp-dev] how VAT work with Socket IP Address

2019-08-28 Thread wei_sky2008
[Edited Message Follows] I want to use vpp_api_test with socket address,so I use commond like  this: ./vpp_api_test socket-name 192.168.1.16:5002 and I modify startup.conf like this: unix { cli-listen 192.168.1.16:5002 } socksvr{ socket-name 192.168.1.16:5002 } VPP run on PC which IP is 192.1

[vpp-dev] how VAT work with Socket IP Address

2019-08-28 Thread wei_sky2008
[Edited Message Follows] I want use vpp_api_test with socket address,so I use commond like  this: ./vpp_api_test socket-name 192.168.1.16:5002 and I modify startup.conf like this: unix { cli-listen 192.168.1.16:5002 } socksvr{ socket-name 192.168.1.16:5002 } but it can't connect,why? Thank y

[vpp-dev] how VAT work with Socket IP Address

2019-08-28 Thread wei_sky2008
I want use vpp_api_test with socket address,so I use commond like  this: ./vpp_api_test socket-name 192.168.1.16:5002 and I modify startup.conf like this: unix { cli-listen 192.168.1.16:5002 } socksvr{ socket-name 192.168.1.16:5002 } but it can't connect,why? Thank you ! -=-=-=-=-=-=-=-=-=-=-