ziti-tunnel-sdk-c icon indicating copy to clipboard operation
ziti-tunnel-sdk-c copied to clipboard

Results 102 ziti-tunnel-sdk-c issues
Sort by recently updated
recently updated
newest added

The ZET functionality to ascribe identities for running against is either direct to one with (--identity [path/to/json]) or multiples with (--identity-dir [path/]. When the --identity-dir syntax is used, the ZET...

bug
ziti-edge-tunnel

Exclusion routes (to controllers and edge routers) should be re-created when interfaces change

After terminating `ziti-edge-tunnel`, static routes remain. E.g., ``` # redacted output of `route -n` 0.0.0.0 192.168.0.1 0.0.0.0 UG 600 0 0 wlan0 13.70.63.208 192.168.0.1 255.255.255.255 UGH 0 0 0 wlan0...

An event when we see stuff like Dial failures (or the common NO_EDGE_ROUTERS or no terminators configured) we can expose at the endpoint without needing to read thru logs

enhancement

Generate an event when TSDK chooses one service over another when multiple services match the intercept. Alt: provide a method for evaluating current services for an identity to report any...

(maybe this should be in the C SDK?) It would be useful to collect metrics per service of Dial attempt successes and failures, so apps like ZDE and ZME can...

Right now if you use a `-I` flag, like the way ZDEW does, you will get numerous 'identities' which are not actually identities. It would be good to support a...

enhancement
good first issue

also, it would be nice to avoid doing broadcast if there are no connected IPC clients ``` ==399837== 2,061,696 bytes in 16,107 blocks are definitely lost in loss record 1,364...

bug
good first issue

When I was cross-compiling Teltonika v6.9 with ZET v0.17.36, I got two errors. I bypassed them by adding these: 1. #include to this file ~/ziti-tunnel-sdk-c/programs/ziti-edge-tunnel/netif_driver/linux/utils.c 2. #include to this file...