summaryrefslogtreecommitdiff
path: root/lib/ldp_sync.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-11-22 09:13:58 +0200
committerGitHub <noreply@github.com>2023-11-22 09:13:58 +0200
commitb84476e0bb46ea7f6d6b6d180f06602b27a34ecd (patch)
tree0e3c7fbed0b2af64511696af62793143feae782b /lib/ldp_sync.h
parent01af05fbd55edf444d2e39d9de44f5aef2b37719 (diff)
parent07b91ca0967fb898e4060367d485b85f965856e2 (diff)
Merge pull request #14850 from donaldsharp/IFNAMSIZ_GET_YOUR_SHIT_TOGETHER
*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ
Diffstat (limited to 'lib/ldp_sync.h')
-rw-r--r--lib/ldp_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldp_sync.h b/lib/ldp_sync.h
index f7601ebf9d..3a6ae5b357 100644
--- a/lib/ldp_sync.h
+++ b/lib/ldp_sync.h
@@ -59,7 +59,7 @@ struct ldp_igp_sync_if_state {
struct ldp_igp_sync_if_state_req {
int proto;
ifindex_t ifindex;
- char name[INTERFACE_NAMSIZ];
+ char name[IFNAMSIZ];
};
#ifdef __cplusplus