mirror of https://github.com/status-im/consul.git
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 {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *Server) intentionReplicationEnabled() bool {
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue