summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/tunnel.c
AgeCommit message (Expand)Author
2020-06-07Update for proplib(3) API changes.thorpej
2019-08-16 Whitespace fix.msaitoh
2013-10-19use correct functionchristos
2013-10-19use symbolic flagschristos
2013-10-19use the new scopeid functionschristos
2009-08-07Add option -N. -N is just the opposite of option -n in netstat(8)dyoung
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-07Factor out common code, creating direct_ioctl() and indirect_ioctl()dyoung
2008-05-07Move tunnel syntax into tunnel.c. Move net80211 'list' commanddyoung
2008-05-06Use prop_dictionary_util(3) some more.dyoung
2008-05-06Overhaul ifconfig. Use fewer global variables. Take a leap towarddyoung
2007-03-26Don't try to convert numbers to names for either endpoint of adyoung
2006-08-31Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams.dyoung
2006-08-26Programs that use efun.christos
2006-06-16fix incorrect usage of strncpy() to (an internal implementation of)elad
2005-03-20Split IPv6 support out into its own file.thorpej
2005-03-19const'ify afswtchthorpej
2005-03-19Don't hare-code inet/inet6 in tunnel_status(), lookup the address familythorpej
2005-03-19make this compilable with USE_INET6=no.yamt
2005-03-19Split tunnel support into its own file.thorpej