CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2023/06/01 12:57:54
Modified files: sys/net : if_wg.c if_wg.h sbin/ifconfig : ifconfig.8 ifconfig.c Log message: Add support for wireguard peer descriptions "wgdescr[iption] foo" to label one peer (amongst many) on a wg(4) interface, "-wgdescr[iption]" or "wgdescr ''" to remove the label, completely analogous to existing interface discriptions. Idea/initial diff from Mikolaj Kucharski (OK sthen) Tests/prodded by Hrvoje Popovski Tweaks/manual bits from me Feedback deraadt sthen mvs claudio OK claudio