-
```
void ipip_push(inout headers_t hdr, in metadata_t meta)
{
hdr.inner = hdr.outer;
hdr.outer.srcAddr = meta.src;
hdr.outer.dstAddr = meta.dst;
hdr.outer.ttl = 64;
hdr.outer.pro…
-
As for VxLAN env, it'll be really convenient to trace skb with filtering inner-VxLAN packet info with pcap-filter, as pcap-filter does not support filtering inner-VxLAN packet info directly.
To achie…
-
This was suggested by a Piwik chinese user by email:
```
Hi Piwik,
I am a Piwik developer from china, and we have a problem in GEO IP.
we found lot of visitors IP where from China was not co…
-
Similar to RFC or EIP, it would be good to refer to IPIP with a number as soon as they pass a "consideration" threshold.
At the moment, issues and PRs are opened with a title "IPIP ". Having some sor…
-
whats the difference?
https://github.com/firehol/blocklist-ipsets/tree/master/geolite2_country
https://github.com/firehol/blocklist-ipsets/tree/master/ipip_country
3052 updated
7 months ago
-
[IPIP-351: IPNS Signed Records Response Format on HTTP Gateways](https://github.com/ipfs/specs/pull/351) will return a raw IPNS record, allowing a custom light client to verify IPNS without having to …
lidel updated
3 months ago
-
Currently, the following two tunneling options are available.
| Protocol | Max MTU |
|-|-|
| VXLAN | 1450 |
|Routing | 1500 |
The VxLAN option is easy to configure, and doesn't require a …
-
作者能帮忙做个ipip.net 的数据查询吗,ip138 的数据没有ipip.net 的准确
mr-zt updated
8 years ago
-
Hello everyone
I have installed Katran Load balancer and used example_grpc for testing.
This is the topology what I have used.
![top](https://github.com/user-attachments/assets/2c7ea1dd-fabf-4752…
-
**Rancher Server Setup**
- Rancher version: 2.10.0
- Installation option (Docker install/Helm Chart): helm chart
- If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): rke2…