Casey Callendrello

Results 412 comments of Casey Callendrello

> @squeed is this something the CNI spec leaves to the implementations or is there an scenarios that the spec considers? @aojea Good question. This is not something the CNI...

@ajeddeloh is working on it!

@sstabellini Thanks for the feedback; I've made that method public. PTAL. It's not that I dislike xen, it's just that it's a good test-case for making the networking modular :-).

@sstabellini The network is torn down (and thus XenDelNetwork called) at `rkt gc` time. Hopefully that clears that up.

Hi there, Sorry, I've been really swamped with other work. Sadly, my changes also have a nasty merge conflict. I'm working on resolving the merge conflict, but it will be...

FYI, `POSTROUTING` is only used to masquerade traffic originating from 127.0.0.1. Rewriting the destination is done in the `PREROUTING` chain.

Hi there, @margach. Usually, this error means that you haven't configured GPG with a keyserver that you trust. However, we at the rkt project can't really make that decision for...

This is in progress, but will not be released in time for this release.

There is a prelim PR here - #3457 - failing due to a random CI issue.

This was supposed to be a small PR, exposing the `app sandbox` flag to the `run` subcommand. However, I agree it could be better :-). The current question is: Should...