I use file remapping in TFTP to organize the files depending of the clients which will be needing them. Currently, all the files are in directories depending of the IP of the clients, and the corresponding rule is :
r .* \i/\0
But if I have N client with the same files, I'll have N directories identical. So I'd like to modify the rule, to have something like this : "IP in 192.168.1., you have the directory A ; IP in 192.168.2., you have B ; ...". Is it possible with TFTP (its regex are pretty basic, see here) ?