Re: [PATCH 19.07] busybox: sysntpd: option to bind server to iface

2021-06-27 Thread Baptiste Jonglez
On 08-03-21, Alexey Dobrovolsky wrote: > NTPD in busybox has option -I to bind server to IFACE. > However, capabilities of the busybox are limited, the -I option cannot be > repeated and only one interface can be effectively specified in it. > This option is currently not configurable via UCI. > Th

[PATCH 19.07] busybox: sysntpd: option to bind server to iface

2021-03-08 Thread Alexey Dobrovolsky
NTPD in busybox has option -I to bind server to IFACE. However, capabilities of the busybox are limited, the -I option cannot be repeated and only one interface can be effectively specified in it. This option is currently not configurable via UCI. The patch adds an interface option to the system co