search for: m_ip6

Displaying 2 results from an estimated 2 matches for "m_ip6".

Did you mean: m_ipt
2024 Jul 15
1
Request for a Lockdown option
...checked whether it was IPv4 upon setting an IPv6 address (i have forgotten what this does, could be wrong even, way over twenty years and practically no wire experience, no interface identifier support) // is it IPv4 (RFC's 1884, 2133)? if( #if(SF_64BIT) m_ip6.a64[0] == 0 #else m_ip6.a32[0] == 0 && m_ip6.a32[1] == 0 #endif && m_ip6.a16[4] == 0 // a32[2] == 0 || a32[2] == NTOH(0x0000FFFF) ) { ui4 i = m_ip6.a32[3]; m_ip4 = i;...
2024 Jul 15
1
Request for a Lockdown option
Hi, On Sun, Jul 14, 2024 at 10:25:46AM +0100, Brian Candler wrote: > On 14/07/2024 03:49, Steffen Nurpmeso wrote: > > I have read > > > > https://datatracker.ietf.org/doc/html/draft-cmetz-v6ops-v4mapped-api-harmful-01 > > > > but as an application developer i find it ugly not to be able to > > "simply do it", and get back a mapped address.