diff options
Diffstat (limited to 'lib/if.h')
-rw-r--r-- | lib/if.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -172,6 +172,12 @@ struct connected /* Label for Linux 2.2.X and upper. */ char *label; + + /* scope value, Linux only */ + unsigned scope; + + /* address preference, NetBSD >=4.0 with option IPSRCSEL, in_getifa(9) */ + int preference; }; /* Does the destination field contain a peer address? */ |