diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-01 20:17:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 20:17:42 +0200 |
commit | 20abb742ed41aa49cd4fa08b07203b308918fbb8 (patch) | |
tree | a979da5fd849c21f1efaa4fe2d1078bf1145e4d6 /ldpd/ldpd.h | |
parent | Merge pull request #432 from opensourcerouting/ldpd-link-detect (diff) | |
parent | ldpd: fixes to handle interface renames properly (diff) | |
download | frr-20abb742ed41aa49cd4fa08b07203b308918fbb8.tar.xz frr-20abb742ed41aa49cd4fa08b07203b308918fbb8.zip |
Merge pull request #431 from opensourcerouting/fix-iface-renames
Fix interface renames
Diffstat (limited to 'ldpd/ldpd.h')
-rw-r--r-- | ldpd/ldpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/ldpd.h b/ldpd/ldpd.h index 47188c6be..10742cf0d 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; |