summaryrefslogtreecommitdiff
path: root/meta-google/recipes-kernel/linux/files/gbmc.cfg
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-08-06 10:06:42 +0300
committerWilliam A. Kennington III <wak@google.com>2021-09-29 01:50:10 +0300
commit9674509e803564061f868f732d571f3ce0485756 (patch)
treed1b01c677091880ca61122adcb3687bc6efabc68 /meta-google/recipes-kernel/linux/files/gbmc.cfg
parentcb839a2bd8acd438e398fb5d3748fd3ff3cc2bcc (diff)
downloadopenbmc-9674509e803564061f868f732d571f3ce0485756.tar.xz
meta-google: gbmc-ncsi-config: Add relay support for the bridge
We may have multiple BMCs running on the internal gbmcbr network via USB links to attached trays. These BMCs do not have a direct connection to the network, and require the NCSI BMC to relay all of their traffic (including DHCP) out opf the machine. This patch enables dhcrelay to run on the NCSI interface and proxy all DHCP traffic from the bridge out of the machine. Change-Id: I60f97ae2d64289c7b706b3d0a6c8fb79a931e485 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-kernel/linux/files/gbmc.cfg')
-rw-r--r--meta-google/recipes-kernel/linux/files/gbmc.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-google/recipes-kernel/linux/files/gbmc.cfg b/meta-google/recipes-kernel/linux/files/gbmc.cfg
index 89e1ef9a7..056ee9161 100644
--- a/meta-google/recipes-kernel/linux/files/gbmc.cfg
+++ b/meta-google/recipes-kernel/linux/files/gbmc.cfg
@@ -36,6 +36,7 @@ CONFIG_DUMMY=y
CONFIG_BRIDGE_NETFILTER=y
CONFIG_NF_TABLES_BRIDGE=y
CONFIG_BRIDGE_NF_EBTABLES=y
+CONFIG_VETH=y
# Remove features we won't use
CONFIG_WLAN=n