diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-11-09 06:04:18 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-11-09 06:04:18 +0000 |
commit | 6fb6fa14722ed51eb10c3bfbe056aa0ed7c728a3 (patch) | |
tree | cf08f2ca2f3edce2c4cf3de09ea94ec198bbd77d /sbin/ifconfig/ifconfig.c | |
parent | 684ec2343bd6ae9776cee7307d8a3ef7092bbae7 (diff) |
Unbreak printing of vlan interface information, commented out accidentally
in CARP import.
Diffstat (limited to 'sbin/ifconfig/ifconfig.c')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 9e35ddf3110..6c0c1568974 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.82 2003/10/19 05:43:35 mcbride Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.83 2003/11/09 06:04:17 mcbride Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -77,7 +77,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.82 2003/10/19 05:43:35 mcbride Exp $"; +static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.83 2003/11/09 06:04:17 mcbride Exp $"; #endif #endif /* not lint */ @@ -1636,7 +1636,7 @@ status(int link, struct sockaddr_dl *sdl) (struct ether_addr *)LLADDR(sdl))); #ifndef INET_ONLY - /* vlan_status(); */ + vlan_status(); carp_status(); #endif ieee80211_status(); |