> > Additionally, do you have any comments about changing the behaviour > > of dl_sap for /dev/ipnet devices? The change in number space I'd like to > > promote is: > > 0 => AF_UNSPEC > > IPV4_VERSION => AF_INET > > IPV6_VERSION => AF_INET6 > > I can't say that I care very much either way. The advantage that the > existing scheme has is that (except for 0 which is a special case) the > SAP value appears in the IP header.
The existing scheme seems right to me -- the DLPI SAP namespace has nothing to do with socket address families. -- meem