aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dhcp
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-09VPP-249 Coding standards cleanup - vnet/vnet/dhcpkhemendra kumar8-2035/+2085
2017-11-16Add Support of DHCP VSS Type 0 where VPN-ID is ASCIIJohn Lo7-185/+241
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-09-20Fix DHCP client so it works for worker threadsJohn Lo1-2/+14
2017-09-11FIB table add/delete APINeale Ranns3-16/+21
2017-08-08L2 over MPLSNeale Ranns2-4/+4
2017-08-03DHCP Client: receive unicast ACKsNeale Ranns1-1/+78
2017-07-18DHCP client option 61 "client_id"Neale Ranns4-2/+19
2017-07-18DHCP client - remove interface address when DHCP de-configuredNeale Ranns1-0/+1
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion2-2/+2
2017-07-06DHCP complete event sends mask lengthNeale Ranns3-3/+7
2017-05-24IPv6 Performance bugsNeale Ranns1-4/+5
2017-04-28Fix hostname fencepost error in dhcp_compl_event_callback.Jon Loeliger1-2/+4
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-34/+4
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns2-4/+2
2017-04-07MPLS McastNeale Ranns1-0/+1
2017-03-07DHCP Multiple Servers (VPP-602, VPP-605)Neale Ranns8-176/+432
2017-03-04DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHC...Neale Ranns3-18/+76
2017-03-02Clean up binary api message handler registration issuesDave Barach1-8/+0
2017-03-01VPP-598: tcp stack initial commitDave Barach1-1/+1
2017-02-16Consolidate DHCP v4 and V6 implementation. No functional change intendedNeale Ranns12-471/+1957
2017-02-21dhcp: multiple additionsNeale Ranns7-410/+485
2017-01-26DHCPv[46] proxy testsNeale Ranns1-1/+29
2017-01-26API refactoring : dhcpPavel Kotucek2-0/+419
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion6-0/+2446