Skip to content

Commit

Permalink
Add genev_sys_6081 and vxlan_sys_4789 to cilium devices (#4575)
Browse files Browse the repository at this point in the history
* Add genev_sys_6081 to cilium devices

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>

* Add vzlan_sys_4789 to cilium devices

Co-authored-by: 张祖建 <zhangzujian.7@gmail.com>

---------

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Co-authored-by: 张祖建 <zhangzujian.7@gmail.com>
  • Loading branch information
kvaps and zhangzujian authored Oct 8, 2024
1 parent 4d5cdc7 commit edd2ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ kind-install-cilium-chaining-%:
--set ipv4.enabled=$(shell if echo $* | grep -q ipv6; then echo false; else echo true; fi) \
--set ipv6.enabled=$(shell if echo $* | grep -q ipv4; then echo false; else echo true; fi) \
--set routingMode=native \
--set devices="eth+ ovn0" \
--set devices="eth+ ovn0 genev_sys_6081 vxlan_sys_4789" \
--set forceDeviceDetection=true \
--set ipam.mode=cluster-pool \
--set-json ipam.operator.clusterPoolIPv4PodCIDRList='["100.65.0.0/16"]' \
Expand Down

0 comments on commit edd2ccf

Please sign in to comment.