Michel Machado

Results 208 comments of Michel Machado

Complementing Cody's answer with steps: 1. Clone XIA repository; 2. Update the master with Linus' tree; 3. Rebase the XIA code to the newest kernel patching conflicts. Document these conflicts...

Hi @cypa, I've tried to work out an analytical model of computer networks to highlight the evolution aspect embedded in XIA. But I haven't been able to get a result...

Due to the lack of a meaningful result, I haven't put my notes into a publishable format. Our team has put XIA on the back burner to finish up and...

I think it is possible to compile and install Gatekeeper on CentOS. But given that our team is not familiar with that distro, you have to figure out the details...

Although Gatekeeper servers get information from BGP, Gatekeeper servers are not routers. Gatekeeper servers get information from BGP to support the routers to which they are connected. Gatekeeper servers expect...

The Dynamic Configuration (DYC) block does not support concurrent connections. This was a design choice. Most of what the DYC block does affects other blocks, which involves acquiring locks to...

There is no straightforward answer for how to aggregate the NICs to have 120Gbps of front capacity because you will deal with many hardware constraints simultaneously. You are focused on...

Once states the states `GK_GRANTED` and `GK_DECLINED` are gone, the format of the policy decisions should be simplified since the decision types `GGU_DEC_IPV4_DECLINED`, `GGU_DEC_IPV6_DECLINED`, `GGU_DEC_IPV6_GRANTED`, and `GGU_DEC_IPV6_GRANTED` can go away...

Once request BPF programs become an option, one could write a port-knocking request BPF that only forward a request to Grantor servers after the knocking has been done. On one...

I guess your RAM is DDR4. If so, not being able to have more than 4 instances of the GK block may be fine. Four instances of the GK block...