Jafar Al-Gharaibeh
Jafar Al-Gharaibeh
When I export files with private keys like .p12 or .pem, what encryption is used? What is the default ? Is that user-configurable ? Did that change in recent releases...
While writing a topotest for static routes, I configured the same `G` to be forwarded on multiple interfaces, I came a cross this case: ### show ip mroute (3 routes)...
Hi, I'm experimenting with this package but I keep getting this error: $ruby test.rb /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': /var/lib/gems/2.3.0/gems/ruby-lxc-1.2.1/lib/lxc/lxc.so: undefined symbol: lxc_strerror - /var/lib/gems/2.3.0/gems/ruby-lxc-1.2.1/lib/lxc/lxc.so (LoadError) from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in`require' from /var/lib/gems/2.3.0/gems/ruby-lxc-1.2.1/lib/lxc.rb:2:in `' from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:127:in`require'...
Hi @ranjib Thank you for this great work. I'm trying to create and manage containers using chef-lxc. I have one question : how do I change the template options from...
Fixes: #15630 There is no reason to call `igmp_anysource_forward_stop()` inside a call to `igmp_get_source_by_addr()`. The decision to start/stop forwarding is already handled correctly by pim outside `igmp_get_source_by_addr()`. That call was...
Replaces #16587