Cody Moore

Results 4 issues of Cody Moore

Hi ya, The ssh client command throws an IllegalArgumentException due to the following line https://github.com/sshtools/maverick-synergy/blob/d6afd03d11d338f42cc3054803a9e61fd558e3c8/maverick-synergy-client/src/main/java/com/sshtools/client/tasks/AbstractConnectionTask.java#L84 The orElse is evaluated before returning the connection, which in turn gets evaluated to the...

Is there an example of how to use message fields in configuration For instance ``` filter { source => "%{[nested][value]}" } ``` How do i convert [nested][value] to the value...

Currently the announcedInterfacesToExclude list in the metallb-excludel2 config map is a hard coded list. https://github.com/metallb/metallb-operator/blob/main/bindata/deployment/helm/metallb/templates/exclude-l2-config.yaml We need a way to add additional values to this file.

**Is this a BUG FIX or a FEATURE ?**: /kind feature **What this PR does / why we need it**: Adds the ability to configure additional interfaces to exclude from...

kind/feature