oss: add the enterprise server stub for intention replication check

This commit is contained in:
Kyle Havlovitz 2019-01-18 09:58:01 -08:00
parent 884b2e00af
commit ddc4a8d848
No known key found for this signature in database
GPG Key ID: 8A5E6B173056AD6C
1 changed files with 4 additions and 0 deletions

View File

@ -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
}