Loading proto/context.proto +3 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ package context; import "acl.proto"; import "kpi_sample_types.proto"; import "pon.proto"; import "pon_access.proto"; service ContextService { rpc ListContextIds (Empty ) returns ( ContextIdList ) {} Loading Loading @@ -538,7 +538,7 @@ message ConfigRule_ACL { message ConfigRule_PON { EndPointId endpoint_id = 1; pon.PonRuleSet rule_set = 2; pon_access.PonRuleSet rule_set = 2; } message ConfigRule { Loading @@ -546,7 +546,7 @@ message ConfigRule { oneof config_rule { ConfigRule_Custom custom = 2; ConfigRule_ACL acl = 3; ConfigRule_PON = 5; ConfigRule_PON pon_access = 5; } } Loading proto/pon.proto→proto/pon_access.proto +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ // limitations under the License. syntax = "proto3"; package pon; package pon_access; message PonRuleSet { string m = 1; // ncclient session Loading Loading
proto/context.proto +3 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ package context; import "acl.proto"; import "kpi_sample_types.proto"; import "pon.proto"; import "pon_access.proto"; service ContextService { rpc ListContextIds (Empty ) returns ( ContextIdList ) {} Loading Loading @@ -538,7 +538,7 @@ message ConfigRule_ACL { message ConfigRule_PON { EndPointId endpoint_id = 1; pon.PonRuleSet rule_set = 2; pon_access.PonRuleSet rule_set = 2; } message ConfigRule { Loading @@ -546,7 +546,7 @@ message ConfigRule { oneof config_rule { ConfigRule_Custom custom = 2; ConfigRule_ACL acl = 3; ConfigRule_PON = 5; ConfigRule_PON pon_access = 5; } } Loading
proto/pon.proto→proto/pon_access.proto +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ // limitations under the License. syntax = "proto3"; package pon; package pon_access; message PonRuleSet { string m = 1; // ncclient session Loading