summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Scalbert <louis.scalbert@6wind.com>2023-02-02 16:06:59 +0100
committerLouis Scalbert <louis.scalbert@6wind.com>2023-02-02 16:20:46 +0100
commite84179b6ef01408a84f9fd69355e5e41916578eb (patch)
tree55bd691f1389f06a0fcd700c456631e381106266
parentisisd: fix te link delay display (diff)
downloadfrr-e84179b6ef01408a84f9fd69355e5e41916578eb.tar.xz
frr-e84179b6ef01408a84f9fd69355e5e41916578eb.zip
isisd: use the te anormal macro
Use the te anormal macro Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
-rw-r--r--isisd/isis_tlvs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_tlvs.h b/isisd/isis_tlvs.h
index 905032bda..52dfb7a84 100644
--- a/isisd/isis_tlvs.h
+++ b/isisd/isis_tlvs.h
@@ -484,7 +484,7 @@ enum ext_subtlv_size {
* For Delay and packet Loss, upper bit (A) indicates if the value is
* normal (0) or anomalous (1).
*/
-#define IS_ANORMAL(v) (v & 0x80000000)
+#define IS_ANORMAL(v) (v & TE_EXT_ANORMAL)
struct isis_ext_subtlvs {