Sats
Sats
Hi All, I am trying to write a ebpf prog which filters pkts for certain udp port number and redirects to AF_XDP and in user program read packets from xdp...
Hi All, Is there any xdp api or mechanism which i can use to add a custom header(includes a seq. number and next_proto fields) to packets and pass it to...
Hi All, I am trying to do following things using xdp: 1. parse in coming packets 2. if packets are ICMP or PROFINET, extract the payload(anything after vlan hdr) and...
Hi All, I am looking to plug in multiple ebpf programs on xdp hook, so is there any support for it. a. Adding multiple ebpf programs at xdp, apart from...
Currently bcc provides python libs for writing bpf user space programs in python and loading, attaching or detaching xdp programs. A similar python lib or package for libxdp will be...
Signed-off-by: Sachin Tiptur **What this PR does / why we need it**: Handles APIServerAllowedIPRanges if configured in cluster object and populates LoadBalancerSourceRanges for front-loadbalancer service **Which issue(s) this PR fixes**:...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **What type of PR is this?** **Special notes for your reviewer**: **Does this PR...
On a node with amzn2 linux OS, the IPv6 default route is getting deleted once the calico-node comes up and loses connectivity to the internet over ipv6. ``` [root@ip-172-31-252-145 ~]#...
Signed-off-by: Sachin Tiptur **What this PR does / why we need it**: This PR implements web hook validation and default value for ExposeStrategy. This is required for feature [#11119](https://github.com/kubermatic/kubermatic/issues/11119) **Which...
**What would you like to be added? / User Story**: For feature [#10407](https://github.com/kubermatic/kubermatic/issues/10407) source IP range setup for user clusters, below changes are needed: 1. Under **Cluster - Advanced Network...