I'm reading through RFC 1771 and I'm not sure I understand one section.
Here's the applicable section from RFC 1771:
An UPDATE message can advertise at most one route, which may be
described by several path attributes. All path attributes contained
in a given UPDATE messages apply to the destinations carried in the
Network Layer Reachability Information field of the UPDATE message.
Am I correct in assuming that a single route (Update Message) can encompass multiple prefixes (which is NLRI, if I'm understanding correctly), provided they all have the exact same path attributes?
Thanks in advance!