Hi John,
I want to add access bvi like the example you given, but it doesn't work, the
config looks like following:
set interface l2 bridge GigabitEthernetd/0/0 10
set interface l2 tag-rewrite GigabitEthernetd/0/0 push dot1q 10
set interface state GigabitEthernetd/0/0 up
loop create
set int l
Hi all, Is there plan to implement ip reassemble in vpp?___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
You could use the classifier to do this:
Example: To redirect IP6 flows with destination matching to a node named "foo"
on interface "GigabitEthernet0/0/0":
classify table miss-next ip6-node ip6-lookup mask l3 ip6 dst
classify session acl-hit-next ip6-node foo table-index 0 match l3 ip6 dst
d