Step 1: I clone the fd.io vpp code from https://gerrit.fd.io/r/vpp
Step 2: I build this code. And it is successful.
Step 3: I push the same code to my local gitlab repository.
Step 4: Clone it back from my local gitlab repository to another directory.
Step 5: Build it. And it fails.
I removed
If you commit and push build artifacts to your local gitlab, clone the
resulting repo and attempt to build, it’s quite likely to fail as described.
I use a local mirror of gerrit.fd.io myself. It works perfectly. Google / read
docs for instructions.
Anyhow, this subject is off-topic for vpp-dev
Hi vpp-dev,
I'm testing security group functions on VPP19.08, and got some questions here.
I have two vms: A(172.16.0.1/24, using vxlan_tunnel10 / bridge 10) and
B(172.16.1.1/24, using vxlan_tunnel11 / bridge 11). Both these two networks'
gateway is X.254, configured on VPP bridges (10 and 11).
Hi vpp-dev,
I'm testing security group functions on VPP19.08, and got some questions here.
I have two vms: A(172.16.0.1/24, using vxlan_tunnel10 / bridge 10) and
B(172.16.1.1/24, using vxlan_tunnel11 / bridge 11). Both these two networks'
gateway is X.254, configured on VPP bridges (10 and 11).
More info about acl plugin
vpp# show acl-plugin acl
acl-index 4 count 2 tag {}
0: ipv4 deny src 0.0.0.0/0 dst 0.0.0.0/0 proto 1 sport 0-65535 dport 0-65535
1: ipv4 permit src 0.0.0.0/0 dst 0.0.0.0/0 proto 6 sport 0-65535 dport 0-65535
applied inbound on sw_if_index: 1
applied outbound on sw_if_ind
The VPP packet tracer might tell a bit more what is going on.
https://wiki.fd.io/view/VPP/Command-line_Interface_(CLI)_Guide#packet_tracer
Also you can do “TEST=acl_plugin* make test” and examine the logs of successful
testcase runs and compare with what you have.
--a
> On 3 Sep 2019, at 16:2
Hi vpp-dev,
I'm running a C program which adds/removes interfaces, IPs, routes, etc. to VPP
via the C API, along with a Python test suite which checks the results of the
first program multiple times by querying VPP using the Python bindings.
I'm seeing a fairly reproductible issue (when repeati
Hi folks,
UDPI project has been approved to be an incubation project by FD.io TSC.
Thanks all TSC members for voting!
http://ircbot.wl.linuxfoundation.org/meetings/fdio-meeting/2019/fdio-meeting.2019-08-29-14.57.log.txt
Thanks Vanessa for creating the infrastructure for UDPI project in a short ti