>
> Seems like it,
>
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin/ifconfig/ifconfig.c.diff?r1=1.464&r2=1.465&f=h


and this would add it back:

Index: ifconfig.c
===================================================================
RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v
retrieving revision 1.466
diff -u -p -u -r1.466 ifconfig.c
--- ifconfig.c  7 Jun 2023 18:42:40 -0000       1.466
+++ ifconfig.c  9 Jun 2023 06:26:14 -0000
@@ -631,6 +631,7 @@ const struct        cmd {
        { "wgkey",      NEXTARG,        A_WIREGUARD,    setwgkey},
        { "wgrtable",   NEXTARG,        A_WIREGUARD,    setwgrtable},
        { "-wgpeer",    NEXTARG,        A_WIREGUARD,    unsetwgpeer},
+       { "-wgpsk",     0,              A_WIREGUARD,    unsetwgpeerpsk},
        { "-wgdescription", 0,          A_WIREGUARD,    unsetwgpeerdesc},
        { "-wgdescr",   0,              A_WIREGUARD,    unsetwgpeerdesc},
        { "-wgpeerall", 0,              A_WIREGUARD,    unsetwgpeerall},

--
May the most significant bit of your life be positive.

Reply via email to