diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-28 05:06:56 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-28 05:52:12 +0200 |
commit | 88ed83794a9e0703903e1cb2aa9114fff11083ab (patch) | |
tree | 62badbd6f54507154d3478db581eb51f2486a5bb /lib/sockunion.h | |
parent | zebra: drop IPv6 "broadcast" and "peer" addr code (diff) | |
download | frr-88ed83794a9e0703903e1cb2aa9114fff11083ab.tar.xz frr-88ed83794a9e0703903e1cb2aa9114fff11083ab.zip |
zebra: kernel_socket: read extra attributes
This is just to silence the "didn't read all data" warning.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/sockunion.h')
-rw-r--r-- | lib/sockunion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sockunion.h b/lib/sockunion.h index 7b1c7ba9c..67a7a4627 100644 --- a/lib/sockunion.h +++ b/lib/sockunion.h @@ -34,6 +34,7 @@ union sockunion { struct sockaddr_in6 sin6; #ifdef __OpenBSD__ struct sockaddr_mpls smpls; + struct sockaddr_rtlabel rtlabel; #endif }; |