diff options
| -rw-r--r-- | ospfd/ospf_dump.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_dump.c b/ospfd/ospf_dump.c index 2f7556f7ff..f40d056742 100644 --- a/ospfd/ospf_dump.c +++ b/ospfd/ospf_dump.c @@ -389,7 +389,7 @@ static void ospf_as_external_lsa_dump(struct stream *s, uint16_t length)  			   asr->tos & 0x7f, GET_METRIC(asr->metric));  		zlog_debug("    Forwarding address %pI4", &asr->fwd_addr);  		zlog_debug("    External Route Tag %" ROUTE_TAG_PRI, -			   asr->route_tag); +			   ntohl(asr->route_tag));  	}  }  | 
