aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/pnat
AgeCommit message (Expand)AuthorFilesLines
2024-03-26nat: Include platform specific headers on FreeBSDTom Jones1-0/+5
2022-05-12pnat: add support to wildcard IP Protocol field if not specifiedFahad Naeem4-4/+39
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-14/+16
2022-03-23vppinfra: change vlib_register_node so it takes format string for node nameDamjan Marion1-1/+2
2022-03-09stats: refactorDamjan Marion1-6/+0
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns2-0/+2
2021-11-26api: add helper macros for native endianMohsin Kazmi1-10/+2
2021-10-13docs: convert plugins doc md->rstNathan Skrzypczak2-37/+45
2021-09-21pnat: fix the version of the PNAT plugin from the hardcoded 0.0.1Andrew Yourtchenko1-1/+2
2021-05-06vlib: rename vl_counter_t to vlib_error_desc_tOle Troan1-1/+1
2021-05-06pnat: coverity errorsOle Troan4-5/+13
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion1-11/+0
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-4/+4
2021-03-15nat: pnat copy and clear byte instructionsAndrew Yourtchenko12-160/+640
2021-03-09pnat: coverity fixesOle Troan2-3/+5
2021-02-24docs: move pnat doc link into dev doc sectionDave Wallace1-1/+1
2021-02-13nat: pnat only use save_rewrite_length on output pathOle Troan1-3/+2
2021-02-09nat: fix coverity errorsOle Troan2-5/+4
2021-02-08misc: support api generated dependency for multiarch sourceOle Troan1-0/+2
2021-02-05nat: 1:1 policy NATOle Troan12-0/+2178