Aasif Shaikh
Aasif Shaikh
Hello There! In the online Gaming Industry, Unity has a strong hold for frontend. Do you think having Unity Demo under example will attract more contributors in community and gain...
## Is your feature request related to a problem? Please describe. A testing script or demo for DDOS ## Describe the solution you'd like Simple script to load gen and...
In some cases, the output contains so many columns and the terminal is not wide enough to fit it. There is some logic to break the last column into multiple...
## Describe the bug `polycubectl` returns an error for terminal size too small, even if it's 238(columns) by 57 (lines) ## To Reproduce Steps to reproduce the behavior: 1. Run...
We should preserve the order in the JSON that is received from polycubed in order to print the elements to the user in the same list they are defined in...
To reproduce: ``` polycubectl k8switch add k8switch1 loglevel=OFF \ cluster-ip-subnet=10.96.0.0/12 client-subnet=192.168.1.0/24 \ virtual-client-subnet=10.10.1.0/24 type=TYPE_XDP_DRV ``` The verifier will fails with: ``` math between pkt pointer and register with unbounded min...
There are some parts in some services that could have race conditions. As of today, we have identified one in the nat (kubenat has it as well) [1]. It would...
The CLI has some issues when a string that can be converted to a number is used as name of a port. Probably this is a more generic problem. ```...
It is a quite strange issue, if there is a filename with a single-character name in the folder where invoking CLI, the help commands do not work: $ echo "It...
Reproducer: ``` $ polycubectl router add r1 $ polycubectl r1 ports add to_br1 ip=10.0.1.254 netmask=255.255.255.0 $ polycubectl r1 route 10.0.3.0 255.255.255.0 10.0.1.2 set pathcost=5 [Route]: Method setPathcost not implemented ```...