aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dhcp
AgeCommit message (Expand)AuthorFilesLines
2020-08-13misc: sprintf be goneDave Barach2-20/+30
2020-08-07dhcp: fix dhcpv6 client and dhcpv6 prefix delegationDave Barach3-37/+19
2020-08-07dhcp: fix proxy dhcpv6 size checkBenoît Ganne1-2/+3
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach5-276/+439
2020-04-10misc: check return values from vlib_buffer_copy(...)Dave Barach6-1/+22
2019-10-18dhcp: API return code fixNeale Ranns1-2/+2
2019-10-03fib: fix some typos in fib/mtrieLijian.Zhang1-1/+1
2019-10-03classify: remove includes from classifier header fileDamjan Marion1-0/+1
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo2-2/+0
2019-07-26dhcp ip: DSCP settings for transmitted DHCP packetsNeale Ranns4-9/+37
2019-07-26dhcp: send unicast and broadcast packets via the IP adjacencyNeale Ranns3-39/+53
2019-06-18fib: fib api updatesNeale Ranns1-3/+3
2019-05-13Fix VPP-1528 get the same IP address from DHCP server for two VPP DHCP clientsjackiechen19852-4/+2
2019-05-07Fix af_packet issues:jackiechen19851-2/+3
2019-05-06Fix VPP-1487 DHCP client does not support option 6-domain serverjackiechen19854-7/+45
2019-03-29dhcp: only register UDP ports that are neededMatthew Smith3-12/+21
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra5-6/+6
2019-03-13deprecate VLIB_NODE_FUNCTION_MULTIARCHFilip Tehlar1-7/+3
2019-03-07parse ethernet header in ct6_in2outDave Barach1-7/+14
2019-03-04Fix 2x overconsumption of debug cli input bugsDave Barach2-9/+20
2019-02-25buffer chain linearizationKlement Sekera1-3/+10
2019-02-18DHCP: trace flags copied from old to new not vice-versaNeale Ranns2-2/+2
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion1-4/+1
2019-01-19buffers: remove free-list information from buffer metadataDamjan Marion1-3/+2
2018-11-29DHCP: Initialise trace for copied buffers.Ole Troan2-0/+4
2018-11-20dhcp4:(VPP-1483) linearize chained packets before handlingEyal Bari2-53/+54
2018-10-23dns, dhcp: on-demand udp port registrationDave Barach3-5/+33
2018-10-23c11 safe string handling supportDave Barach9-17/+17
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-10/+5
2018-07-10VPP-1337: Dangling reference be gone!Dave Barach3-0/+6
2018-06-21Implement DHCPv6 IA NA client (VPP-1094)Juraj Sloboda12-537/+2502
2018-06-15Update DHCPv6 DUID code and fix coverity warningsJuraj Sloboda5-39/+85
2018-06-08Implement DHCPv6 PD client (VPP-718, VPP-1050)Juraj Sloboda9-42/+3033
2018-06-07DHCP Client DumpNeale Ranns4-60/+231
2018-05-27VPP-1294: add missing feature arc constraintDave Barach2-5/+21
2018-05-10DHCP4 client process replies when renewing leaseMatthew Smith1-16/+24
2018-03-23Drop dhcp pkts w/ hardware address mismatchesDave Barach2-11/+40
2018-03-21VPP_1202: handle DHCP NAK packetsDave Barach2-1/+28
2018-03-06API: Add service definitions for events and singleton messages (second attempt)Marek Gradzki1-0/+4
2018-03-05Revert "API: Add service definitions for events and singleton messages."Ole Trøan1-4/+0
2018-03-05API: Add service definitions for events and singleton messages.Ole Troan1-0/+4
2018-02-14Reenable dhcp client detect when lease expiresDave Barach1-1/+50
2018-02-12Fix DHCP client crash with worker threadsMatthew Smith3-51/+56
2018-01-31Improved tracing for the IP[46] not-enabled case.Neale Ranns1-1/+1
2018-01-23For DHCP client configuration control the setting of the broadcast flag in theNeale Ranns5-100/+397
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-11/+11
2018-01-09api: refactor vlibmemoryFlorin Coras1-3/+3