Re: [vpp-dev] How to setup BVI with a ip address?

2017-01-21 Thread Alfa
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

[vpp-dev] about Ip reassemble

2017-01-21 Thread Alfa
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

Re: [vpp-dev] Tuple Classify

2017-01-21 Thread Shwetha Bhandari (shwethab)
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