diff options
| author | 2015-09-27 17:31:50 +0000 | |
|---|---|---|
| committer | 2015-09-27 17:31:50 +0000 | |
| commit | 18ffdd9451bdbfe12cfc5ad3ca892e204f4b4047 (patch) | |
| tree | 9315b67d57330fdf752cf0432a8f4fdc76c2a975 /usr.sbin/ospf6d/ospf6d.h | |
| parent | As done for bgpd recently, rename if_mediatype to if_type in ldpd. (diff) | |
| download | wireguard-openbsd-18ffdd9451bdbfe12cfc5ad3ca892e204f4b4047.tar.xz wireguard-openbsd-18ffdd9451bdbfe12cfc5ad3ca892e204f4b4047.zip | |
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
And some ifmedia64 fixes.
"move forward" deraadt@
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.h')
| -rw-r--r-- | usr.sbin/ospf6d/ospf6d.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h index 5ebddcf22a7..7876995dc0d 100644 --- a/usr.sbin/ospf6d/ospf6d.h +++ b/usr.sbin/ospf6d/ospf6d.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6d.h,v 1.28 2013/03/25 14:29:35 markus Exp $ */ +/* $OpenBSD: ospf6d.h,v 1.29 2015/09/27 17:31:50 stsp Exp $ */ /* * Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org> @@ -316,7 +316,7 @@ struct iface { u_int16_t dead_interval; u_int16_t metric; enum iface_type type; - u_int8_t media_type; + u_int8_t if_type; u_int8_t linkstate; u_int8_t priority; u_int8_t cflags; @@ -435,7 +435,7 @@ struct ctl_iface { u_int16_t rxmt_interval; enum iface_type type; u_int8_t linkstate; - u_int8_t mediatype; + u_int8_t if_type; u_int8_t priority; u_int8_t passive; }; |
