summaryrefslogtreecommitdiff
path: root/ldpd/ldpd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-01 14:17:42 -0400
committerGitHub <noreply@github.com>2017-05-01 14:17:42 -0400
commit20abb742ed41aa49cd4fa08b07203b308918fbb8 (patch)
treea979da5fd849c21f1efaa4fe2d1078bf1145e4d6 /ldpd/ldpd.h
parentcae31a9fe06d6df7799b2687f64e90f0757856cb (diff)
parent9cf67225be1dcc7fed302ec34fbfad3b040269a6 (diff)
Merge pull request #431 from opensourcerouting/fix-iface-renames
Fix interface renames
Diffstat (limited to 'ldpd/ldpd.h')
-rw-r--r--ldpd/ldpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/ldpd.h b/ldpd/ldpd.h
index 47188c6bee..10742cf0dc 100644
--- a/ldpd/ldpd.h
+++ b/ldpd/ldpd.h
@@ -541,6 +541,7 @@ struct kpw {
};
struct kaddr {
+ char ifname[IF_NAMESIZE];
unsigned short ifindex;
int af;
union ldpd_addr addr;