Hi,
I have noticed that FRR VTYSH sorts the config commands in alphabetical order. For example:
interface gig0/1
ip address <address>/<mask>
mtu 9000
Is there a way to change this order, like if i want "mtu 9000" to come before "ip address..." ?
One issue is if config A is dependent on config B, and if config A is saved (in frr.conf) before config B, then on restarting a process config A fails and is lost.
Thanks & Regards,
Rajesh