diff options
author | 2018-07-11 19:05:25 +0000 | |
---|---|---|
committer | 2018-07-11 19:05:25 +0000 | |
commit | 92b9e3a91f8b117255cfe1fc46265ecf40b7ce68 (patch) | |
tree | 01175c97af291b3a1b392a3b54e4afe13abd81fd /usr.sbin/rad/rad.h | |
parent | treat ssh_packet_write_wait() errors as fatal; ok djm@ (diff) | |
download | wireguard-openbsd-92b9e3a91f8b117255cfe1fc46265ecf40b7ce68.tar.xz wireguard-openbsd-92b9e3a91f8b117255cfe1fc46265ecf40b7ce68.zip |
cleanly shutdown by sending advertisement with lifetime 0
Diffstat (limited to 'usr.sbin/rad/rad.h')
-rw-r--r-- | usr.sbin/rad/rad.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rad/rad.h b/usr.sbin/rad/rad.h index ee9b32dc86a..cb1d8c8aa71 100644 --- a/usr.sbin/rad/rad.h +++ b/usr.sbin/rad/rad.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rad.h,v 1.5 2018/07/11 17:32:05 florian Exp $ */ +/* $OpenBSD: rad.h,v 1.6 2018/07/11 19:05:25 florian Exp $ */ /* * Copyright (c) 2018 Florian Obser <florian@openbsd.org> @@ -63,6 +63,7 @@ enum imsg_type { IMSG_SEND_RA, IMSG_UPDATE_IF, IMSG_REMOVE_IF, + IMSG_SHUTDOWN, IMSG_SOCKET_IPC }; |