search for: bubonic

Displaying 6 results from an estimated 6 matches for "bubonic".

Did you mean: bionic
2015 Jul 09
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...dprintf("tftp_open: got packet buflen=%d\n", buf_len); if ((src_ip == url->ip) && (buf_len >= 2)) break; } I owe you the exact contents of the failing packets/buffers but I am headed out the door to see if a doctor can keep me alive... (I think I have bubonic plague.) As soon as I return I will get the info to you but I wanted to let you know that I am working on it. I will also set up and test a multi-NIC network as well as remote proxy/TFTP. Current setup: The DHCP server is remote but the proxy and TFTP servers are local. Let me know if there is...
2015 Jul 14
4
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...and NM to correct values. Is there a better/more global approach if the SA/NM values are NULL? The other question I have is how should we handle a fail from the configure? Thoughts? >>> >>> but I am headed out the door to see if a doctor can keep me alive... (I think I have bubonic plague.) <<< I hope our health is OK <<< Thanks! A bad bout of bronchitis but with a full pharmacy of meds, I'm doing much better. Better living through chemistry. ip4 config data contents: This is a mem copy from an Arium so the first column is the address, second an...
2015 Jul 10
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...rs <<< I have seen the capture but I couldn't find anything wrong there; When you get a minute please assemble the rest of info; so far it's not clear what the symptoms really are. >>> but I am headed out the door to see if a doctor can keep me alive... (I think I have bubonic plague.) As soon as I return I will get the info to you but I wanted to let you know that I am working on it. I will also set up and test a multi-NIC network as well as remote proxy/TFTP. Thanks! Jeff Sloan <<< I hope our health is OK Best, Patrick
2015 Jul 17
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...etter/more > global approach if the SA/NM values are NULL? > > The other question I have is how should we handle a fail from the configure? > Thoughts? > >>>> > >>> > but I am headed out the door to see > if a doctor can keep me alive... (I think I have bubonic plague.) > <<< > > I hope our health is OK > <<< > > Thanks! A bad bout of bronchitis but with a full pharmacy of meds, I'm doing > much better. Better living through chemistry. > > > ip4 config data contents: > This is a mem copy from an Arium...
2015 Jul 18
1
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...values are NULL? > > > > The other question I have is how should we handle a fail from the > configure? > > Thoughts? > > > >>>> > > >>> > > but I am headed out the door to see > > if a doctor can keep me alive... (I think I have bubonic plague.) > > <<< > > > > I hope our health is OK > > <<< > > > > Thanks! A bad bout of bronchitis but with a full pharmacy of meds, I'm > doing > > much better. Better living through chemistry. > > > > > > ip4 conf...
2015 Jul 08
4
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
from: Jeff Sloan <jeff_sloan at selinc.com> Based on commit: 9314e330 Setting UseDefaultAddress to TRUE uses invalid StationAddress and SubnetMask values. This is in a network with a local TFTP/MTFTP server. If the server is local, on the same subnet, UseDefaultAddress is set to false and the client ip and subnetmask are loaded, otherwise set UseDefaultAddress to TRUE. This is added to