diff options
author | Olivier Dugeon <olivier.dugeon@orange.com> | 2018-01-30 14:25:40 +0100 |
---|---|---|
committer | Olivier Dugeon <olivier.dugeon@orange.com> | 2018-01-30 14:25:40 +0100 |
commit | 0cd00cc506efba53f357cf58b56c66ec141f7fa4 (patch) | |
tree | 99fa165fdb51b303e5b977530f630ba1ffc80ace /ospfd/ospf_ext.c | |
parent | Merge remote-tracking 'frr/master' into SR-Routing (diff) | |
download | frr-0cd00cc506efba53f357cf58b56c66ec141f7fa4.tar.xz frr-0cd00cc506efba53f357cf58b56c66ec141f7fa4.zip |
OSPFd: Remove unecessary debug message
- Line 865 in ospfd/ospf_ext.c cause compilation failure when
-werror is set. This line was not necessary and add only for debugging
purpose.
Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to 'ospfd/ospf_ext.c')
-rw-r--r-- | ospfd/ospf_ext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_ext.c b/ospfd/ospf_ext.c index c46de4d05..90a48cc7a 100644 --- a/ospfd/ospf_ext.c +++ b/ospfd/ospf_ext.c @@ -862,7 +862,6 @@ static void ospf_ext_link_lsa_body_set(struct stream *s, struct ext_itf *exti) if (ntohs(TLV_TYPE(exti->rmt_itf_addr)) != 0) size = size + EXT_SUBTLV_RMT_ITF_ADDR_SIZE + TLV_HDR_SIZE; - zlog_debug("EXT (%s): TLV size = %u", __func__, size); TLV_LEN(exti->link) = htons(size); /* Build LSA body for an Extended Link TLV with Adj. SID */ |