aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifgre.c
Commit message (Expand)AuthorAgeFilesLines
* Add GRE-in-UDP encapsulation support as defined in RFC8086.Andrey V. Elsukov2019-04-241-2/+23
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-1/+1
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-3/+1
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-071-18/+43
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-1/+1
* Move the grekey to its own file, ifconfig.c does not have interface specificAndrew Thompson2008-08-031-0/+98