mirror of https://github.com/hashicorp/consul
oss: add the enterprise server stub for intention replication check
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…
Reference in New Issue