aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/snat
AgeCommit message (Expand)AuthorFilesLines
2017-02-03SNAT: Port allocation per protocolMatus Fabian7-131/+219
2017-02-02Remove unnecessary block structure around CONTROL_PING messages.Jon Loeliger1-25/+25
2017-02-02Refactor fragile msg macro W and W2 to not burry return control flow.Jon Loeliger1-38/+36
2017-02-02Localize the timeout variable within the W message macro.Jon Loeliger1-12/+0
2017-02-02Convert message macro S to accept a message pointer parameter;Jon Loeliger1-17/+24
2017-02-02Ensure all M() and M2() second parameters are the message pointer.Jon Loeliger1-17/+17
2017-02-02SNAT: changed source for outbound address FIB entry (VPP-613)Matus Fabian1-21/+11
2017-01-31SNAT: Add outbound addresses to FIB (VPP-613)Matus Fabian1-1/+110
2017-01-27drop-and-count snat out2in packets with no translationsDave Barach1-3/+41
2017-01-25Repair plugin binary API message numberingDave Barach1-0/+2
2017-01-25SNAT: static mappings for dhcp addressed interfaces (VPP-590)Matus Fabian3-88/+141
2017-01-23binary-api debug CLI works with pluginsDave Barach1-50/+7
2017-01-23SNAT: Multiple inside interfaces (VPP-447)Matus Fabian1-103/+103
2017-01-22Add static mapping support for dhcp client interfacesDave Barach2-2/+103
2017-01-18Fix coverity warnings, VPP-608Dave Barach2-4/+12
2017-01-14SNAT: IPFIX logging (VPP-445)Matus Fabian7-9/+923
2017-01-13SNAT: fixed crash - interface without IP address (VPP-599)Matus Fabian2-7/+28
2017-01-13SNAT: add API and test for NAT pool address from interfaceMatus Fabian3-16/+244
2017-01-11Acquire SNAT pool addresses from specific interfacesDave Barach2-0/+127
2017-01-03SNAT: fix out2in ICMP worker lookupMatus Fabian1-0/+7
2017-01-01Move java,lua api and remaining plugins to src/Damjan Marion8-0/+6009