taktv6

Results 8 comments of taktv6

Hi, it changes the libs API, unfortunately. A new release after merge would be great!

Hi Serguei, I think my patch fulfills all requirements you wrote. Messages are routed the very same way as they used to be. Once -config.file is specified the config is...

This is the first repo I find another approach in. There is just no gain in splitting variable declaration and flag.* calls. Also my PR avoids the parsing of strings...

Give the following example: ```package main import ( "flag" "fmt" ) var ( someFlag = flag.Bool("someFlag", false, "Foo Bar") ) func main() { flag.Parse() fmt.Printf("someFlag: %v\n", *someFlag) } ``` ```...

One more thought about the current bool flag handling. With the current implementation enabling split AF using just ``` ./gobmp -split-af ``` does not work. However I would expect it...

Basic Auth will be removed: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/

Hi, this issue is fixed in the master branch. I'll try to file a new release asap.

It is control plane software. It controls other components that forward packets. So you question can only be answered with "Depends on the forwarding engine used".