summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/vlan.c
AgeCommit message (Expand)Author
2021-06-21fix proplib deprecationchristos
2019-08-16 Whitespace fix.msaitoh
2014-09-15Add -vlanif to the help message of ifconfigozaki-r
2009-07-28Don't require a "vlan" argument with "-vlanif". "ifconfig vlan0dyoung
2008-07-15Cosmetic: s/xenv/oenv/dyoung
2008-07-15Only describe flags -L and -m in the usage if they are available.dyoung
2008-07-02Let us add/remove features from ifconfig, such as support fordyoung
2008-05-16The key 'vlantag' activates the 'vlanif' keyword, not the keydyoung
2008-05-07Factor out common code, creating direct_ioctl() and indirect_ioctl()dyoung
2008-05-07Move vlan(4) syntax from ifconfig.c into vlan.c.dyoung
2008-05-06Use prop_dictionary_util(3).dyoung
2008-05-06Use prop_dictionary_util(3) some more.dyoung
2008-05-06Overhaul ifconfig. Use fewer global variables. Take a leap towarddyoung
2005-03-19name -> ifname (avoid shadow decl with global name[]).thorpej
2005-03-19Move extern decls to extern.hthorpej
2005-03-19Split VLAN configuration bits out into a separate file.thorpej