NetBSD/sbin/ifconfig
msaitoh eea2ee1212 Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILTER).
First proposed by jmcneill in 2017 and modified by me.

How to use:

 - Set callback function:

	ether_set_vlan_cb(struct ethercom *, ether_vlancb_t)

 - Callback. This function is called when a vlan is attached/detached to the
   parent interface:

	int (*ether_vlancb_t)(struct ethercom *ec, uint16_t vlanid, bool set);

 - ifconfig(8)

	ifconfig ixg0 [-]vlan-hwfilter

 Note that ETHERCAP_VLAN_HWFILTER is set by default on ixg(4) because
the PF driver usually enable "all block" filter by default.
2019-07-17 03:26:24 +00:00
..
Makefile user librumpres 2017-10-10 19:30:06 +00:00
Makefile.common We don't need agr or l2tp when we are small. 2017-05-02 20:12:27 +00:00
af_atalk.c use the new scopeid functions 2013-10-19 00:35:30 +00:00
af_inet.c Correct Undefined Behavior in ifconfig(8) 2018-06-11 17:45:50 +00:00
af_inet6.c Modernise the output for the address to address/prefix instead 2016-10-01 15:10:58 +00:00
af_inetany.c
af_inetany.h
af_link.c Rename link to link_pkw to avoid shadowing the link syscall. 2014-01-19 22:31:13 +00:00
agr.c
carp.c
env.c PR/50909: David Binderman: Optimize memset 2016-03-07 15:56:17 +00:00
env.h Add rcsid 2019-06-30 11:38:16 +00:00
ether.c Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILTER). 2019-07-17 03:26:24 +00:00
extern.h Add SIOCSETHERCAP. It's used to change ec_capenable. 2018-12-21 08:58:08 +00:00
ieee80211.c fix bugs in ssid printing 2016-09-22 18:22:51 +00:00
ifconfig.8 Add "ifconfig [-]vlan-hwtagging" to enable/disable VLAN hardware tagging 2019-07-08 03:04:15 +00:00
ifconfig.c Add descr,description/-descr,-description commands to ifconfig(8) to handle a description. 2019-07-04 02:45:45 +00:00
ifconfig_hostops.c
ifconfig_rumpops.c
l2tp.c add l2tp(4) subcomands to ifconfig(8). 2017-02-16 08:28:03 +00:00
media.c Suggested by Christos: 2019-04-22 10:44:55 +00:00
media.h
parse.c print the next parser name instead of just the pointer in debugging. 2013-07-17 15:42:03 +00:00
parse.h Add rcsid 2019-06-30 11:38:16 +00:00
pfsync.c
prog_ops.h
tunnel.c use correct function 2013-10-19 15:59:15 +00:00
util.c use the new scopeid functions 2013-10-19 00:35:30 +00:00
util.h Add rcsid 2019-06-30 11:38:16 +00:00
vlan.c Add -vlanif to the help message of ifconfig 2014-09-15 06:46:04 +00:00