aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dhcp/client.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-14/+0
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-1/+0
2021-03-03dhcp: calls to vnet_feature_enable_disable needs to be protectedSteven Luong1-1/+7
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-9/+9
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-1/+1
2020-05-28dhcp: use per-thread vlib main instead of global oneBenoît Ganne1-2/+2
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach1-47/+39
2020-01-28dhcp: disable extraneous vlib_log spewDave Barach1-9/+12
2019-12-17dhcp: client use local loggerPaul Vinciguerra1-7/+6
2019-11-27nat: fix dhcp client on outside interface with output featureAlexander Chernavin1-0/+1
2019-11-13dhcp: option 61 add missing type fieldDave Barach1-3/+5
2019-10-25dhcp: fix crash on unicast renewal sendNeale Ranns1-230/+244
2019-10-07dhcp: Move to pluginNeale Ranns1-0/+1255