[quagga-users 14678] Relevance of sort-order for route-maps?

"Muenz, Michael" <[email protected]> Fri, 12 May 2017 15:50:00 +0200
Newsgroups gmane.network.quagga.user
Message-ID <[email protected]>
Hi,

I have a script writing route-maps to bgpd.conf, but it's only sorting 
the route-map names and not the the ID's.

So e.g. the bgpd.conf looks like:


route-map RR permit 20
  match as-path 2
  set local-preference 290
route-map RR permit 10
  match as-path 1
  set local-preference 300


Does this have any relevance or is it a must that there's first 10 and 
then 20?


Thanks,

Michael