aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat
AgeCommit message (Expand)AuthorFilesLines
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-4/+4
2020-01-03nat: use SVRKlement Sekera28-5253/+1424
2020-01-03nat: add feature.yamlOle Troan1-0/+27
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-2/+2
2019-12-12nat: session cleanup fixFilip Varga8-79/+266
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns6-35/+46
2019-11-27nat: fix dhcp client on outside interface with output featureAlexander Chernavin2-0/+86
2019-11-26fib: Table ReplaceNeale Ranns1-13/+16
2019-11-19nat: respect arc features (multi worker)Filip Varga7-419/+887
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns1-13/+7
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra1-7/+6
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto3-3/+3
2019-11-05nat: NAT udp counter & unit test fixesFilip Varga5-20/+20
2019-11-05nat: respect udp checksumFilip Varga6-170/+428
2019-11-04nat: revert respect udp checksumOle Troan6-428/+166
2019-11-04nat: revert fix dual-loop tcp checksum botchOle Troan1-17/+9
2019-11-04nat: fix dual-loop tcp checksum botchDave Barach1-9/+17
2019-10-28nat: respect udp checksumFilip Varga6-166/+428
2019-10-22ip: ipfix-export API updateJakub Grajciar1-80/+76
2019-10-17nat: tests support python3Ole Troan1-10/+9
2019-10-04nat: fix use-after-freeBenoît Ganne1-4/+6
2019-09-23nat: fix update of outside fibs (output-feature)Dmitry Vakhrushev3-4/+198
2019-09-16api: autogenerate api trace print/endianOle Troan1-0/+5
2019-09-10misc: fix shebang with missing envNathan Skrzypczak1-1/+1
2019-09-03api: enforce vla is last and fixed string typeOle Troan3-123/+42
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace2-0/+9846
2019-08-22nat: handoff traffic matching for dynamic NATFilip Varga9-222/+493
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra2-2/+1
2019-08-01nat: handoff rewrite & fixes for multi-workerFilip Varga2-60/+163
2019-07-31nat: elog rewrite for multi-worker supportFilip Varga17-142/+340
2019-07-23nat: fixed handoff in2out lookup of static mappings by external addressFilip Varga1-2/+2
2019-07-12nat: added handoff trace index for easier trace matchFilip Varga1-2/+4
2019-07-12nat: fix net44 lb static APIBenoît Ganne1-1/+1
2019-07-09vat: unload unused vat pluginsDave Barach1-2/+3
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-3/+3
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns1-1/+0
2019-06-18api: string type to convert to vectorOle Troan1-0/+1
2019-06-12NAT: interface fib fix (VPP-1691)Filip Varga1-8/+16
2019-06-07no trigger nat ipfix flush in first workerdongjuan1-1/+1
2019-05-30nat44: fix CLI doc errorjackiechen19851-2/+2
2019-05-30NAT: create bypass in correct thread if workers>1Alexander Chernavin1-9/+40
2019-05-28nat44: make nat44-ed-hairpin-src follow arcMatthew Smith1-1/+1
2019-05-23Fix vpp crash bug while deleting dhcp clientjackiechen19851-0/+1
2019-05-16Add default value for API Nat flagsMichal Cmarada1-0/+1
2019-05-15Remove unused function nat44_ha_resync() and error IN_PROGRESS.Jon Loeliger1-38/+0
2019-05-10Fix typo in nat44_cli.c:nat_ha_failover_command_fn.Paul Vinciguerra1-3/+3
2019-05-09NAT: VPP-1665 coverity scan issue fixFilip Varga1-2/+9
2019-05-06NAT64: Fix port byte order in nat64_free_out_addr_and_portFaicker Mo1-1/+1
2019-05-06NAT66:assgin a error value for clib_bihash_kv_48_8_t kvlijianpeng1-2/+3