Skip to content

Commit

Permalink
fix(node/18): Enable DHCP & DNS in LwIP and initrd extract workaround (
Browse files Browse the repository at this point in the history
…#35)

Reviewed-by: Razvan Deaconescu <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand authored Jan 9, 2024
2 parents f297fdb + f7cea4a commit 5b1c340
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/node/18/Kraftfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ unikraft:
CONFIG_LIBUKVMEM: 'y'
CONFIG_LIBVFSCORE_AUTOMOUNT_ROOTFS: 'y' # needed for einitrd
CONFIG_LIBVFSCORE_FSTAB: 'y'
CONFIG_LIBVFSCORE_INITRD_EXTRACT_WORKAROUND: 'y'
CONFIG_LIBVFSCORE_NONLARGEFILE: 'y'
CONFIG_LIBVFSCORE_ROOTFS_EINITRD: 'y'
CONFIG_LIBVFSCORE: 'y'
Expand Down Expand Up @@ -124,8 +125,8 @@ libraries:
CONFIG_LWIP_SOCKET: 'y'
CONFIG_LWIP_AUTOIFACE: 'y'
CONFIG_LWIP_IPV4: 'y'
CONFIG_LWIP_DHCP: 'n'
CONFIG_LWIP_DNS: 'n'
CONFIG_LWIP_DHCP: 'y'
CONFIG_LWIP_DNS: 'y'
CONFIG_LWIP_NUM_TCPCON: 64
CONFIG_LWIP_NUM_TCPLISTENERS: 64
CONFIG_LWIP_ICMP: 'y'
Expand Down

0 comments on commit 5b1c340

Please sign in to comment.