Re: [vpp-dev] Use ABF to route UDP traffic to different paths

2021-12-07 Thread Neale Ranns
Hi Wei, I think you need to specify proto=UDP in your ACL setup so that your desired port is honoured. You might also want to pass a ‘priority’ to your attachments so they run in a deterministic order. /neale From: Wei Huang Date: Tuesday, 7 December 2021 at 20:13 To: vpp-dev@lists.fd.io

[vpp-dev] Use ABF to route UDP traffic to different paths

2021-12-07 Thread Wei Huang
On my VPP setup, I have two IPSec tunnels can reach 192.168.200.0/24, the interfaces for those two IPSec tunnels are ipip0 and ipip1. I try to set up abf to direct UDP packets to 192.168.200.20 based on destination port. If dport is 5001, use ipip0, if dport is 5002, use ipip1. All those packets