I have a SR-IOV enabled debian which exposed 128 VF network interfaces. I would like to configure all of these VF with MTU=9000 and some other options, but won't like to copy same config line 127 times in /etc/network/interface file.
Is there any programmatic way to do a looping or similar configuration?
I have found a config directory in /etc/network/interface.d, but don't know how can I accomplish it?
Any advice are appreciated.