svn commit: r280619 - projects/ifnet/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Wed Mar 25 14:24:05 UTC 2015


Author: glebius
Date: Wed Mar 25 14:24:04 2015
New Revision: 280619
URL: https://svnweb.freebsd.org/changeset/base/280619

Log:
  Remove remnants of vlan_cookie()/vlan_setcookie().

Modified:
  projects/ifnet/sys/net/if.c

Modified: projects/ifnet/sys/net/if.c
==============================================================================
--- projects/ifnet/sys/net/if.c	Wed Mar 25 14:23:07 2015	(r280618)
+++ projects/ifnet/sys/net/if.c	Wed Mar 25 14:24:04 2015	(r280619)
@@ -2140,8 +2140,6 @@ void	(*vlan_trunk_cap_p)(struct ifnet *)
 struct ifnet *(*vlan_trunkdev_p)(struct ifnet *);
 struct	ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
 int	(*vlan_tag_p)(struct ifnet *, uint16_t *);
-int	(*vlan_setcookie_p)(struct ifnet *, void *);
-void	*(*vlan_cookie_p)(struct ifnet *);
 
 /*
  * Handle a change in the interface link state. To avoid LORs


More information about the svn-src-projects mailing list