Skip to content

Commit

Permalink
kamel: disable NAT and DHCP relay features
Browse files Browse the repository at this point in the history
dhcp6-relay can cause builds to get stuck it seems, and we do not use
the features anyway. Remove them from the image.
  • Loading branch information
bluecmd committed Aug 7, 2024
1 parent ebfeee2 commit 1813a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/config
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ ENABLE_HOST_SERVICE_ON_START = y
INCLUDE_RESTAPI = n

# INCLUDE_NAT - build docker-nat for nat support
INCLUDE_NAT = y
INCLUDE_NAT = n

# INCLUDE_DHCP_RELAY - build and install dhcp-relay package
INCLUDE_DHCP_RELAY = y
INCLUDE_DHCP_RELAY = n

# INCLUDE_P4RT - build docker-p4rt for P4RT support
INCLUDE_P4RT = n
Expand Down

0 comments on commit 1813a89

Please sign in to comment.