Re: [PATCH] tools/golang: Add missing golang bindings for vlan

2024-05-20 Thread George Dunlap
On Mon, May 20, 2024 at 9:21 AM Henry Wang wrote: > > It is noticed that commit: > 3bc14e4fa4b9 ("tools/libs/light: Add vlan field to libxl_device_nic") > introduces a new "vlan" string field to libxl_device_nic. But the > golang bindings are missing. Add it in this patch. > > Fixes: 3bc14e4fa4b9

[PATCH] tools/golang: Add missing golang bindings for vlan

2024-05-20 Thread Henry Wang
It is noticed that commit: 3bc14e4fa4b9 ("tools/libs/light: Add vlan field to libxl_device_nic") introduces a new "vlan" string field to libxl_device_nic. But the golang bindings are missing. Add it in this patch. Fixes: 3bc14e4fa4b9 ("tools/libs/light: Add vlan field to libxl_device_nic") Signed-