pub fn parse_text_dump<R: BufRead>(reader: R) -> Result<Vec<BgpElem>>
Parse a complete Cisco sh ip bgp text dump into BgpElems with timestamp 0.0.
sh ip bgp
BgpElem
0.0
See parse_text_dump_with_timestamp for details.
parse_text_dump_with_timestamp