I'm working on rules for datacenter equipment (Cisco Nexus, ASR's and ISR's) and found it'd be nice to be able to create multiple config block starts and ends using and/or logic.
For example, I need to create a compliance report that looks for certain configurations for the console port.
For an ISR or ASR, I would do a 'config block start' of line vty with a config block end of !
However, a Nexus device is laid out differently and I need to do a 'Config block start' of line con but a 'Config block end' of line
Currently, I have to create two different rules to accomplish this