search for: stepe

Displaying 3 results from an estimated 3 matches for "stepe".

Did you mean: step
2017 Jul 02
13
[Bug 2735] New: Wrong address family handling for tun devices
...for tun devices Product: Portable OpenSSH Version: 7.5p1 Hardware: Other OS: Other Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: stepe at centaurus.uberspace.de Created attachment 3005 --> https://bugzilla.mindrot.org/attachment.cgi?id=3005&action=edit Patch to fix address family handling for sys_tun_infilter() [Also affects sshd. Affected OSes depend on SSH_TUN_COMPAT_AF and SSH_TUN_PREPEND_AF.] Hello OpenSSH develope...
2005 Mar 23
5
tc + zebra/quagga
...raffic doesn''t get into the user classes (~150) when I associate a class with a qdisc. I tried sfq, fifo but none works. If I dont''t associate a qdisc with a class classification occurs well. I''m pretty sure the config is ok. Just was wondering if someone has already steped into this one. This box runs zebra and bgpd as it is a bgp border router. I found this post on google which is quite similar to my case: http://mailman.isi.edu/pipermail/6bone/2002-May/005420.html. Thank you. -- + Lorin + I tought I taw a putty cat...I did! I did taw a putty cat! + htt...
2006 Jul 30
0
re 11. uniroot and function opposite signs warning
Nurza, Try running a while loop steping out until you have a start and finish thats the function is opposite in sign. You need a "start" and "finish" where F is + and - on either side of the loop. Graphing F might help. step<-10 checkme<-F(start)*F(finish+step) while(checkme>0){ initialstep<-initialstep*2 checkme<-F(start)*F(finish+step) }