diff options
author | harti <harti@FreeBSD.org> | 2004-01-26 12:17:49 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2004-01-26 12:17:49 +0000 |
commit | 5ab2525e7fc4ce22598f99c7898ef74913629610 (patch) | |
tree | 1ea6a8d96fe337fd2f64468a121be952d030f11c /sbin/atm/atmconfig/diag.h | |
parent | 2a7fced5d0177332253cee9a1afb122a1f91c7c4 (diff) | |
download | FreeBSD-src-5ab2525e7fc4ce22598f99c7898ef74913629610.zip FreeBSD-src-5ab2525e7fc4ce22598f99c7898ef74913629610.tar.gz |
Add support for virtual interfaces. These have no phy chip and, hence, we
need to handle interfaces without phy specially.
Diffstat (limited to 'sbin/atm/atmconfig/diag.h')
-rw-r--r-- | sbin/atm/atmconfig/diag.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/atm/atmconfig/diag.h b/sbin/atm/atmconfig/diag.h index 2ed4f39..8b36cd4 100644 --- a/sbin/atm/atmconfig/diag.h +++ b/sbin/atm/atmconfig/diag.h @@ -34,6 +34,7 @@ struct diagif { char ifname[IFNAMSIZ]; u_int index; struct ifatm_mib mib; + int phy_present : 1; u_int phy_type; u_int phy_loopback; char phy_name[100]; |