bisdn / basebox

A tiny OpenFlow controller for OF-DPA switches.
Mozilla Public License 2.0
45 stars 9 forks source link

of-dpa: enable DHCP packets to controller #380

Closed KanjiMonster closed 2 years ago

KanjiMonster commented 2 years ago

The Switch ASIC filters DHCP packets out by default, so running a DHCP client or a DHCP server will not work, since it will never see any requests or replies.

Fix this by adding rules for DHCP/BOOTP and DHCPv6 to pass on UDP packets matching the specific ports, in both directions.

Signed-off-by: Jonas Gorski jonas.gorski@bisdn.de

Description

Motivation and Context

How Has This Been Tested?