summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/brconfig.c
AgeCommit message (Expand)Author
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