aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dhcp/dhcp4_proxy_node.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-10misc: check return values from vlib_buffer_copy(...)Dave Barach1-0/+7
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo1-1/+0
2019-03-29dhcp: only register UDP ports that are neededMatthew Smith1-8/+11
2019-02-25buffer chain linearizationKlement Sekera1-3/+10
2019-02-18DHCP: trace flags copied from old to new not vice-versaNeale Ranns1-1/+1
2018-11-29DHCP: Initialise trace for copied buffers.Ole Troan1-0/+2
2018-11-20dhcp4:(VPP-1483) linearize chained packets before handlingEyal Bari1-41/+41
2018-10-23dns, dhcp: on-demand udp port registrationDave Barach1-5/+20
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-02-12Fix DHCP client crash with worker threadsMatthew Smith1-1/+1
2017-12-09VPP-249 Coding standards cleanup - vnet/vnet/dhcpkhemendra kumar1-578/+591
2017-11-16Add Support of DHCP VSS Type 0 where VPN-ID is ASCIIJohn Lo1-89/+72
2017-09-11FIB table add/delete APINeale Ranns1-4/+5
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-1/+1
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-2/+1
2017-03-07DHCP Multiple Servers (VPP-602, VPP-605)Neale Ranns1-33/+118
2017-02-16Consolidate DHCP v4 and V6 implementation. No functional change intendedNeale Ranns1-0/+983