I tried with some bash scripts and i did it, but problem is that lines which are changed are a part of a coomand
so if I change only ssid, my awk command for checking two backup files (one for today and for tommorow) give me output/interface wireless
set [ find default-name=wlan1 ] ssid=test
but I cant paste it in terminal of ccr, it wont work, it must with aset [ find default-name=wlan1 ] ssid=test1
first. In fact Ineed a parser which identifies not the changed lines but the changed configuration commands leading to a different setup. For this I need a language interpreter (of which the parser is one part, the lexical analyser is the other) for the routers configuration language./interface wireless
Can you give me some propose or something?