[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #13106] Add IPv6 scopes
From: |
Joel Cunningham |
Subject: |
[lwip-devel] [task #13106] Add IPv6 scopes |
Date: |
Wed, 18 Jan 2017 21:56:01 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12 |
Follow-up Comment #13, task #13106 (project lwip):
If there's interest, I have some patches that implement if_index_toname,
if_name_toindex, if_nameindex, and if_freenameindex that I can post to the
tracker
I was working on these awhile back because my port has some other public
custom netif getter/setter APIs that take name and return IP address, gateway,
if up/down status, etc and figuring out the all the names and indexes was
useful. I ended up running into some problems with caused by my port's usage
of netif->num and I had to shelve the work.
Given that there was no upstream APIs to pass index or name into once
retrieved, I wasn't sure the APIs had value outside my use case, but If we are
wanting to get the scope ID (which is the same as interface index?) based on
the name, then maybe the APIs have a use case and I can dust off my patches
I was writing the implementation according to RFC 3493: Basic Socket Interface
Extensions for IPv6
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?13106>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [task #13106] Add IPv6 scopes, (continued)
- [lwip-devel] [task #13106] Add IPv6 scopes, David van Moolenbroek, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Ivan Delamer, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Dirk Ziegelmeier, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Ivan Delamer, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Simon Goldschmidt, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Ivan Delamer, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Dirk Ziegelmeier, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, David van Moolenbroek, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Ivan Delamer, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Simon Goldschmidt, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes,
Joel Cunningham <=
- [lwip-devel] [task #13106] Add IPv6 scopes, David van Moolenbroek, 2017/01/18
- [lwip-devel] [task #13106] Add IPv6 scopes, Joel Cunningham, 2017/01/19
- [lwip-devel] [task #13106] Add IPv6 scopes, David van Moolenbroek, 2017/01/27
- [lwip-devel] [task #13106] Add IPv6 scopes, Simon Goldschmidt, 2017/01/30
- [lwip-devel] [task #13106] Add IPv6 scopes, David van Moolenbroek, 2017/01/31