summaryrefslogtreecommitdiffstats
path: root/lib/types
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-12-16 10:49:29 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-12-18 09:52:42 +0800
commitb955fa07fc256b39caedb311f97fed404a63c8d5 (patch)
tree7e1e464163453eef09988287b2d0d3c40038a553 /lib/types
parent8b09f179fb71f13223e78ceb91f6a692053957b0 (diff)
downloadtalos-petitboot-b955fa07fc256b39caedb311f97fed404a63c8d5.tar.gz
talos-petitboot-b955fa07fc256b39caedb311f97fed404a63c8d5.zip
sysinfo: Add interface link status to sysinfo data
This changes adds a 'link' parameter to the interface information sent in sysinfo messages. The discover network code populates this from the incoming netlink messages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib/types')
-rw-r--r--lib/types/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h
index d2a2918..3a76cda 100644
--- a/lib/types/types.h
+++ b/lib/types/types.h
@@ -64,6 +64,7 @@ struct interface_info {
unsigned int hwaddr_size;
uint8_t *hwaddr;
char *name;
+ bool link;
};
struct blockdev_info {
OpenPOWER on IntegriCloud