mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
oss: add the enterprise server stub for intention replication check
This commit is contained in:
parent
884b2e00af
commit
ddc4a8d848
@ -30,3 +30,7 @@ func (s *Server) handleEnterpriseRPCConn(rtype pool.RPCType, conn net.Conn, isTL
|
|||||||
func (s *Server) enterpriseStats() map[string]map[string]string {
|
func (s *Server) enterpriseStats() map[string]map[string]string {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *Server) intentionReplicationEnabled() bool {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user