diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-02-27 23:29:04 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-03-23 22:32:11 +0100 |
commit | 36d922ddbb53914dad4fdaf2ce497a8587103a9a (patch) | |
tree | 7c36f781126118185cf77c7e10eaf754122df1bc /tunnel/src/main/proto | |
parent | 8b47924df055e48d03f36a30b00db5762266f69c (diff) |
WIP: use first ULA address as DHCPv6 source address
Diffstat (limited to 'tunnel/src/main/proto')
-rw-r--r-- | tunnel/src/main/proto/libwg.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tunnel/src/main/proto/libwg.proto b/tunnel/src/main/proto/libwg.proto index 349166ca..4fa4468b 100644 --- a/tunnel/src/main/proto/libwg.proto +++ b/tunnel/src/main/proto/libwg.proto @@ -115,6 +115,8 @@ message Lease { } message DhcpRequest { + InetAddress relay = 1; + InetAddress source = 2; } message DhcpResponse { |