diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-01 14:17:42 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-01 14:17:42 -0400 | 
| commit | 20abb742ed41aa49cd4fa08b07203b308918fbb8 (patch) | |
| tree | a979da5fd849c21f1efaa4fe2d1078bf1145e4d6 /ldpd/ldpd.h | |
| parent | cae31a9fe06d6df7799b2687f64e90f0757856cb (diff) | |
| parent | 9cf67225be1dcc7fed302ec34fbfad3b040269a6 (diff) | |
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 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;  | 
