Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename L7 fields in L4 policy #500

Merged
merged 1 commit into from
Apr 3, 2017
Merged

Rename L7 fields in L4 policy #500

merged 1 commit into from
Apr 3, 2017

Conversation

tgraf
Copy link
Member

@tgraf tgraf commented Apr 3, 2017

golang:
Redirect => L7Parser
RedirectPort => L7RedirectPort
Rules => L7Rules

json:
redirect => l7-parser
redirect-port => l7-redirect-port
rules => l7-rules

Signed-off-by: Thomas Graf thomas@cilium.io

  

golang:
Redirect     => L7Parser
RedirectPort => L7RedirectPort
Rules        => L7Rules

json:
redirect      => l7-parser
redirect-port => l7-redirect-port
rules         => l7-rules

Signed-off-by: Thomas Graf <thomas@cilium.io>
@tgraf tgraf added the kind/enhancement This would improve or streamline existing functionality. label Apr 3, 2017
@tgraf tgraf added this to the 0.9 milestone Apr 3, 2017
@tgraf tgraf requested review from borkmann, mchalla and aanm April 3, 2017 11:51
@@ -8,8 +8,8 @@
"l4": [{
"out-ports": [{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rename the out-ports and in-ports as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will do that next.

Copy link
Member

@aanm aanm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments inline

@tgraf tgraf merged commit 30c0a6a into master Apr 3, 2017
@tgraf tgraf deleted the l7cleanup branch April 3, 2017 13:25
tgraf added a commit that referenced this pull request Apr 5, 2017
golang:
Redirect     => L7Parser
RedirectPort => L7RedirectPort
Rules        => L7Rules

json:
redirect      => l7-parser
redirect-port => l7-redirect-port
rules         => l7-rules

Backports: #500
Backports: 30c0a6a
Signed-off-by: Thomas Graf <thomas@cilium.io>
tgraf added a commit that referenced this pull request Apr 5, 2017
golang:
Redirect     => L7Parser
RedirectPort => L7RedirectPort
Rules        => L7Rules

json:
redirect      => l7-parser
redirect-port => l7-redirect-port
rules         => l7-rules

Backports: #500
Backports: 30c0a6a
Signed-off-by: Thomas Graf <thomas@cilium.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This would improve or streamline existing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants