Re: [vpp-dev] Tuple Classify

2017-01-24 Thread yug...@telincn.com
I will try that, thanks. Ewan yug...@telincn.com From: Shwetha Bhandari (shwethab) Date: 2017-01-21 16:58 To: yug...@telincn.com; vpp-dev Subject: Re: [vpp-dev] Tuple Classify You could use the classifier to do this: Example: To redirect IP6 flows with destination matching to a node named

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