From e1ac697441f1147a69aad66207385fdd716a05e7 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 2 Feb 2010 03:28:05 +0100 Subject: netlink: process scope value, save it add struct connected "scope" field, fill it from kernel data and display it in "show interface" address list. --- lib/if.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/if.h') diff --git a/lib/if.h b/lib/if.h index c99ab81b..28faddf3 100644 --- a/lib/if.h +++ b/lib/if.h @@ -172,6 +172,9 @@ struct connected /* Label for Linux 2.2.X and upper. */ char *label; + + /* scope value, Linux only */ + unsigned scope; }; /* Does the destination field contain a peer address? */ -- cgit v1.2.3