diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-09-15 05:26:06 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-09-15 05:26:06 +0000 |
commit | 9620a3767c0fc291a710c718f583e3166974d80a (patch) | |
tree | 3c463922db069fec206c730420769f4678684b62 /usr.sbin/radiusctl/parser.h | |
parent | 3faea334c1f754566794b5cc2e0efcf677c96080 (diff) |
Add "delete" command to "radiusctl ipcp". Also, send "stop" that was
missing when disconnecting all when acct-{on,off} received.
Diffstat (limited to 'usr.sbin/radiusctl/parser.h')
-rw-r--r-- | usr.sbin/radiusctl/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/radiusctl/parser.h b/usr.sbin/radiusctl/parser.h index 6fefb0f4790..fb3e88db1f5 100644 --- a/usr.sbin/radiusctl/parser.h +++ b/usr.sbin/radiusctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.4 2024/07/24 08:27:20 yasuoka Exp $ */ +/* $OpenBSD: parser.h,v 1.5 2024/09/15 05:26:05 yasuoka Exp $ */ /* This file is derived from OpenBSD:src/usr.sbin/ikectl/parser.h 1.9 */ /* @@ -29,6 +29,7 @@ enum actions { IPCP_SHOW, IPCP_DUMP, IPCP_MONITOR, + IPCP_DELETE, IPCP_DISCONNECT }; |