aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dhcp
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-09dhcp: dhcp6_pd_client_cp API cleanupJakub Grajciar4-53/+53
2019-10-09api: autogenerate event handler functions for *_test.cOle Troan1-106/+50
2019-10-07dhcp: Move to pluginNeale Ranns31-0/+13878