aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/srv6/sr_policy_rewrite.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-32/+0
2023-02-10sr: support define src ipv6 per encap policyTakeru Hayasaka1-20/+42
2023-01-10sr: fix compilation errorsGuillaume Solignac1-3/+4
2022-06-30sr: SRv6 Path Tracing Sink node behaviorAhmed Abdelsalam1-0/+10
2022-06-07sr: SRv6 TEF behavior supportAhmed Abdelsalam1-3/+68
2022-01-24sr: fix coverity warningKlement Sekera1-4/+0
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-2/+2
2021-08-26sr: extend the srv6 sid list structureAhmed Abdelsalam1-38/+47
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-24/+24
2021-02-05sr: Fix the issue that L3VPN SRv6 encapsulated packets could not be forwarded.Tetsuya Murakami1-0/+17
2021-01-21sr: SRv6 FlowLabel AddedJakub Horn1-12/+39
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-6/+6
2020-11-13sr: show the hop-limit value used for SRv6 encapsulationAhmed Abdelsalam1-0/+21
2020-11-10sr: Show IPv6 address used as SRv6 Encaps sourceAhmed Abdelsalam1-0/+27
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-2/+2
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-04-20sr: fix non-NULL terminated string overflowBenoît Ganne1-1/+1
2020-02-11sr: update NH value for Ethernet payloadspcamaril1-10/+10
2019-12-05srv6-mobileTetsuya Murakami1-15/+201
2019-10-23sr: add "set sr encaps hop-limit" commandIgnas Bačius1-1/+40
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera1-12/+15
2019-07-28sr: ipv6 segment routing header (srh) updateAhmed Abdelsalam1-6/+6
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-210/+212
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-09-14Fix memory leak in API/CLI to create/modify SR policiesJohn Lo1-0/+2
2018-01-09VPP-1120 SRv6 bug with SID list containing only one SID and no srhPablo Camarillo1-26/+64
2017-11-27SRv6 improvements to binary APIPablo Camarillo1-0/+6
2017-11-09BIERNeale Ranns1-1/+1
2017-09-11FIB table add/delete APINeale Ranns1-2/+4
2017-08-22SRv6 testsKris Michielsen1-2/+4
2017-05-05First commit SR MPLSPablo Camarillo1-0/+3227