Yu Watanabe
Yu Watanabe
Ah, I forgot to update the tag in the man page.
Does #32398 help this issue?
> so my (evolved) current thinking goes like this: > > for each network interface we manage, install: > > 1. one inotify watch on /proc/sys/net/ipv4/conf/$iface/ > > 2. one...
> > so my (evolved) current thinking goes like this: > > for each network interface we manage, install: > > > > 1. one inotify watch on /proc/sys/net/ipv4/conf/$iface/ >...
> > Does inotify trigger an event when writing a file in the monitored directory? If so, that's OK, but if not, we need to monitor so many files?? Hm......
BTW, #32349 should be useful.
> I tried to use it but I always get `-ESTALE` -> #32371.
> cc @yuwata is reducing the sandboxing of networkd to implement this feature OK? I don't think so...
Changing or improving logic of dissect is OK if it works, and if it does not provide any significant slow down. But, at least, the current form of the change...
@YHNdnzj > Any objection should be based on real benchmark data at least. Yes. If it works. But the benchmark data should be provided by the change proposer. > Besides,...