MrDefacto

Results 2 issues of MrDefacto

My full example. Feel free to implement in your package. ``` package main import ( "net" "fmt" "errors" "syscall" "golang.org/x/net/route" ) var ( errNoGateway = errors.New("No gateway") ) func GetGateway()...

**Description of problem:** In newer versions of ZFS, certain prefixes for xattr (extended attribute) names are restricted. Specifically, the 'trusted' prefix used by GlusterFS is now prohibited in ZFS, leading...