mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-27 10:01:28 +02:00
Carry netbird-vnc policies over the component network map
This commit is contained in:
@@ -144,6 +144,8 @@ func GetProtoProtocol(protocol string) proto.RuleProtocol {
|
||||
return proto.RuleProtocol_ICMP
|
||||
case types.PolicyRuleProtocolNetbirdSSH:
|
||||
return proto.RuleProtocol_NETBIRD_SSH
|
||||
case types.PolicyRuleProtocolNetbirdVNC:
|
||||
return proto.RuleProtocol_NETBIRD_VNC
|
||||
default:
|
||||
return proto.RuleProtocol_UNKNOWN
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user