Chandra,
Would you mind sharing what you found? You’ve piqued my curiosity.
Steven
From: "Chandra Mohan, Vijay Mohan"
Date: Thursday, August 30, 2018 at 10:18 AM
To: "Yichen Wang (yicwang)" , "Steven Luong (sluong)"
, "vpp-dev@lists.fd.io"
Subject: Re: [**EXTERNAL**] Re: [vpp-dev] tx-drops wi
This was my test setup issue which is resolved now able to pass traffic. Thanks
for all the inputs.
-Vijay
From: "Chandra Mohan, Vijay Mohan"
Date: Tuesday, August 7, 2018 at 10:01 AM
To: "Yichen Wang (yicwang)" , "Steven Luong (sluong)"
, "vpp-dev@lists.fd.io"
Subject: Re: [**EXTERNAL**] Re
Hi Martin,
DSCP value is currently copied to outer IP header
https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blob;f=src/vnet/ipsec/esp_encrypt.c;h=4291e946b3644f9d85a0998359799103d25a52f2;hb=HEAD#l253
Based on RFC4301 (section 4.1) DSCP is not traffic selector parameter of SPD
entry/policy and should
Hi Klement,
thank you for answer, I am happy to hear it's not difficult.
The use case is to:
- set DSCP based on some criteria (5-tuple, vlan, etc.)
- copy DSCP to outer header
- forward to IPSec tunnel based on DSCP value. DSCP value may be combined with
other criteria (like 5-tuple) or may b
Hi Martin,
Can you describe your use case?
You're looking at the correct place regarding the matching criteria.
Adding the DSCP as additional criteria is not hard. Apart from API
functions, definition and CLI funtions, it just needs to be added to a
couple of comparison functions.
Similarly, add