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

Add basic flower support #610

Merged
merged 1 commit into from
Sep 18, 2021
Merged

Conversation

huahuahuahuahuahuahuahua
Copy link
Contributor

basic support L3 & tunnel match, currently it can be used for vxlan forwarding, like the tc command:

tc filter add dev kube_vxlan0 protocol ipv6 parent ffff:  prio 10 chain 0 flower dst_ip 11::100 enc_dst_ip 10.0.0.1 enc_key_id 2222 enc_dst_port 4789 ip_flags nofrag action pedit ex munge eth dst set e0:e0:aa:00:0e:0e pipe  action tunnel_key unset action mirred egress redirect dev eth0_0

Signed-off-by: tanbangcheng tanbangcheng@bytedance.com

filter_linux.go Outdated Show resolved Hide resolved
filter_linux.go Outdated Show resolved Hide resolved
@aboch
Copy link
Collaborator

aboch commented May 8, 2021

pls fix the conflict

Signed-off-by: tanbangcheng <tanbangcheng@bytedance.com>
@hongliangl
Copy link
Contributor

@aboch Hello, could you please merge this PR as I have a PR for Antrea depending on this PR. Thanks.

@aboch
Copy link
Collaborator

aboch commented Sep 18, 2021

LGTM

@aboch aboch merged commit 5f76ae2 into vishvananda:master Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants