aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dhcp
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion11-124/+0
2024-02-29dhcp: Compare DIUD_LL as a network shortTom Jones1-1/+1
2023-11-16dhcp: api to enable client detect on interfaceOle Troan3-0/+39
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-4/+2
2022-09-26api: replace print functions wth formatDamjan Marion1-7/+5
2022-05-02dhcp: fix dhcp_compl_eventJing Peng1-3/+5
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-3/+3
2021-10-13docs: convert plugins doc md->rstNathan Skrzypczak2-86/+113
2021-10-12dhcp: fix coverity warningFlorin Coras1-1/+1
2021-10-11docs: nitfixes in FEATURE.yamlNathan Skrzypczak1-1/+1
2021-08-11fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_tNeale Ranns1-6/+4
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar1-1/+0
2021-05-13tests: move test source to vpp/testDave Wallace3-2622/+0
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne3-3/+0
2021-03-03dhcp: calls to vnet_feature_enable_disable needs to be protectedSteven Luong1-1/+7
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+2
2021-01-22tests: add generalized tags for tests, use them for run-solo testsAndrew Yourtchenko2-8/+4
2020-12-14misc: move to new pool_foreach macrosDamjan Marion5-51/+51
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne3-4/+5
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-1/+1
2020-10-21misc: minimize dependencies on udp.hFlorin Coras3-3/+4
2020-10-07misc: Purge unused pg includesNeale Ranns3-3/+0
2020-08-27tests: "force solo" testcase supportAndrew Yourtchenko2-0/+8
2020-08-25api: register endian handlers for reply messagesOle Troan2-4/+1
2020-05-28dhcp: use per-thread vlib main instead of global oneBenoît Ganne1-2/+2
2020-05-27dhcp: vat support for the dhcp_client_dump APIDave Barach2-4/+33
2020-05-04misc: binary api fuzz test fixesDave Barach1-0/+14
2020-04-26dhcp: fix dhcp proxy behavior for qinq and dot1q subinterfacesStanislav Zaikin2-14/+57
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns2-3/+3
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach2-49/+42
2020-04-08misc: check return values from vlib_buffer_copy(...)Dave Barach6-1/+22
2020-04-04misc: sprintf be goneDave Barach2-20/+30
2020-02-21dhcp: update secondary radv_info structuresDave Barach1-22/+47
2020-01-28dhcp: disable extraneous vlib_log spewDave Barach1-9/+12
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-2/+2
2019-12-17dhcp: client use local loggerPaul Vinciguerra1-7/+6
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns5-52/+27
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre2-4/+2
2019-12-10api: multiple connections per processDave Barach2-2/+2
2019-11-30dhcp: add FEATURE.yaml for the DHCP pluginJerome Tollet1-0/+11
2019-11-27nat: fix dhcp client on outside interface with output featureAlexander Chernavin1-0/+1
2019-11-13dhcp: option 61 add missing type fieldDave Barach2-3/+6
2019-11-10dhcp: ipv6 prefix delegation improvementsDave Barach1-10/+96
2019-11-09dhcp: fix dhcpv6 client and dhcpv6 prefix delegationDave Barach3-37/+19
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-31dhcp: fix proxy dhcpv6 size checkBenoît Ganne1-2/+3
2019-10-30dhcp: allocate memory for dnsAleksander Djuric1-2/+8
2019-10-25dhcp: fix crash on unicast renewal sendNeale Ranns10-417/+644
2019-10-21dhcp: python3 support in testsOle Troan2-40/+53