index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ifconfig
/
brconfig.c
Age
Commit message (
Expand
)
Author
2018-07-13
Unused variables.
Kenneth R Westerback
2018-02-24
return early on some unhandled ioctls rather than err().
David Gwynne
2018-02-08
Add a new '-protected' option for bridge members.
Martin Pieuchot
2018-02-05
implement an arp filter
Henning Brauer
2017-07-31
The handling of 'add' used by bridge and switch in ifconfig does not
Jonathan Gray
2017-06-07
Fix clang warning about tautological compare: an unsigned long can't
Christian Weisgerber
2016-11-28
Rename "flowmax" to "maxflow" and give each switch(4) ioctl a
Reyk Floeter
2016-11-18
Make the ifconfig switch0 output nicer using a single line and the
Reyk Floeter
2016-10-17
Use strtoull() to read the datapath id and expect "datapath" instead of
Rafael Zalamena
2016-09-03
fix format string and remove unused variables
Charles Longeau
2016-09-02
Add switch(4) support to ifconfig
Kazuya Goda
2015-07-18
Indent the output of bridge rules in ifconfig.
rzalamena
2013-10-13
Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names.
Reyk Floeter
2013-10-13
Import vxlan(4), the virtual extensible local area network tunnel
Reyk Floeter
2012-12-22
Return EEXIST to 'add' when a port is already a bridge member. This makes
Camiel Dobbelaar
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2012-11-30
get rid of unneeded \n here. err(3) family already does it for us.
Gleydson Soares
2009-12-14
use warn() and warnx() instead of incorrect stderr printing.
Theo de Raadt
2009-11-28
remove unused variables
Charles Longeau
2009-11-22
Merge brconfig into ifconfig. It is annoying that it is impossible to do
Claudio Jeker