Re: [lwip-users] Bridge Port with DHCP

2021-12-12 Thread goldsi...@gmx.de
Am 13.12.2021 um 07:36 schrieb sjtu: Hi I am trying to use lwip bridge to replace vswitch which is implemented by myself. And I follow the usage here http://www.nongnu.org/lwip/2_1_x/group__bridgeif.html to use lwip bridge. Now I just add one port to the bridge, I use port_netif->input() func

[lwip-users] Bridge Port with DHCP

2021-12-12 Thread sjtu
Hi I am trying to use lwip bridge to replace vswitch which is implemented by myself. And I follow the usage here http://www.nongnu.org/lwip/2_1_x/group__bridgeif.html to use lwip bridge. Now I just add one port to the bridge, I use port_netif->input() func to submit the data. When I use DHCP t