aboutsummaryrefslogtreecommitdiff
path: root/tools/ifnet/convert_ifapi.sh
Commit message (Collapse)AuthorAgeFilesLines
* convert_ifapi: handle the special case of getting interface nameLi-Wen Hsu2025-05-281-1/+1
| | | | | | Reviewed by: jhibbits Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50445
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* ifnet: Rename DrvAPI to "IfAPI"Justin Hibbits2023-01-171-0/+280
"DrvAPI" is too generic a name. Make the name more specific as "IfAPI" (InterFace API). Sponsored by: Juniper Networks, Inc.