In some exported configuration scripts posted on the web, I see lines that contain [ find default= <something> ]
I have looked all over for a definition of what it means to put commands like that inside brackets.
The closest I came to an explanation was this script quote from the "Manual:Configuration_Management" manual page:
/interface ethernet
set [ find default-name=ether5 ] auto-negotiation=no name=ether1-gateway
set [ find default-name=ether6 ] name=ether2
set [ find default-name=ether7 ] name=ether3
set [ find default-name=ether8 ] name=ether4
set [ find default-name=ether1 ] name=ether5
set [ find default-name=ether2 ] name=ether6
set [ find default-name=ether3 ] name=ether7
set [ find default-name=ether4 ] name=ether8
The page suggests that the export script command inserted the bracketed commands as a hint that a default has been violated.
However, it is not clear to me if this situation can be ignored or requires fixing up before importing the script.
Can I simply delete the bracketed command and move on, or is additional action required?