mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 20:05:09 +00:00
agent: fix inversed lan/wan key listing
This commit is contained in:
parent
9b4707a329
commit
e4251a3372
@ -390,10 +390,10 @@ func (i *AgentRPC) handleRequest(client *rpcClient, reqHeader *requestHeader) er
|
|||||||
return i.handleReload(client, seq)
|
return i.handleReload(client, seq)
|
||||||
|
|
||||||
case listKeysLANCommand:
|
case listKeysLANCommand:
|
||||||
return i.handleListKeysWAN(client, seq)
|
return i.handleListKeysLAN(client, seq)
|
||||||
|
|
||||||
case listKeysWANCommand:
|
case listKeysWANCommand:
|
||||||
return i.handleListKeysLAN(client, seq)
|
return i.handleListKeysWAN(client, seq)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
case installKeyLANCommand:
|
case installKeyLANCommand:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user