Skip to content

Commit

Permalink
Add httpboot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
5kt authored and hardikdr committed Jun 6, 2024
1 parent f57dd3f commit 8168dc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/httpboot/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ package httpboot

import (
"fmt"
"net/url"
"strings"

"github.com/coredhcp/coredhcp/handler"
"github.com/coredhcp/coredhcp/logger"
"github.com/coredhcp/coredhcp/plugins"
"github.com/insomniacslk/dhcp/dhcpv4"
"github.com/insomniacslk/dhcp/dhcpv6"
"net/url"
"strings"
)

var bootFile4 string
Expand Down

0 comments on commit 8168dc4

Please sign in to comment.