Skip to content

Commit

Permalink
fix(security): correct security api proto namespace conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
  • Loading branch information
sandersms committed Aug 7, 2024
1 parent 9348921 commit 08ef0ba
Show file tree
Hide file tree
Showing 11 changed files with 1,916 additions and 1,916 deletions.
2 changes: 1 addition & 1 deletion security/ipsec.proto → security/opi_ipsec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import "networktypes.proto";

option go_package = "github.com/opiproject/opi-api/security/v1alpha1/gen/go";
option java_multiple_files = true;
option java_outer_classname = "IpsecProto";
option java_outer_classname = "OpiIpsecProto";
option java_package = "opi_api.security.v1alpha1";

// Management of the IKE Peer Association Database (PAD). The PAD contains
Expand Down
Empty file added security/v1alpha1/__init__.py
Empty file.
6 changes: 3 additions & 3 deletions security/v1alpha1/autogen.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Table of Contents

- [ipsec.proto](#ipsec-proto)
- [opi_ipsec.proto](#opi_ipsec-proto)
- [AntiReplayStats](#opi_api-security-v1alpha1-AntiReplayStats)
- [AntiReplayWindow](#opi_api-security-v1alpha1-AntiReplayWindow)
- [CaCerts](#opi_api-security-v1alpha1-CaCerts)
Expand Down Expand Up @@ -84,10 +84,10 @@



<a name="ipsec-proto"></a>
<a name="opi_ipsec-proto"></a>
<p align="right"><a href="#top">Top</a></p>

## ipsec.proto
## opi_ipsec.proto
Copyright (C) 2021 Intel Corporation
Copyright (c) 2023 Dell Inc, or its subsidiaries.
SPDX-License-Identifier: Apache-2.0
Expand Down
Empty file.
Loading

0 comments on commit 08ef0ba

Please sign in to comment.