summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/brconfig.c
AgeCommit message (Expand)Author
2018-07-13Unused variables.Kenneth R Westerback
2018-02-24return early on some unhandled ioctls rather than err().David Gwynne
2018-02-08Add a new '-protected' option for bridge members.Martin Pieuchot
2018-02-05implement an arp filterHenning Brauer
2017-07-31The handling of 'add' used by bridge and switch in ifconfig does notJonathan Gray
2017-06-07Fix clang warning about tautological compare: an unsigned long can'tChristian Weisgerber
2016-11-28Rename "flowmax" to "maxflow" and give each switch(4) ioctl aReyk Floeter
2016-11-18Make the ifconfig switch0 output nicer using a single line and theReyk Floeter
2016-10-17Use strtoull() to read the datapath id and expect "datapath" instead ofRafael Zalamena
2016-09-03fix format string and remove unused variablesCharles Longeau
2016-09-02Add switch(4) support to ifconfigKazuya Goda
2015-07-18Indent the output of bridge rules in ifconfig.rzalamena
2013-10-13Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names.Reyk Floeter
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
2012-12-22Return EEXIST to 'add' when a port is already a bridge member. This makesCamiel Dobbelaar
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-11-30get rid of unneeded \n here. err(3) family already does it for us.Gleydson Soares
2009-12-14use warn() and warnx() instead of incorrect stderr printing.Theo de Raadt
2009-11-28remove unused variablesCharles Longeau
2009-11-22Merge brconfig into ifconfig. It is annoying that it is impossible to doClaudio Jeker