[PATCH net-next 1/3] ila: Add struct definitions and helpers

2016-04-23 Thread Tom Herbert
Add structures for identifiers, locators, and an ila address which is composed of a locator and identifier and in6_addr can be cast to it. This includes a three bit type field and enums for the types defined in ILA I-D. In ILA lwt don't allow user to set a translation for a non-ILA address (type o

Re: [PATCH net-next 1/3] ila: Add struct definitions and helpers

2016-04-19 Thread David Miller
From: Tom Herbert Date: Fri, 15 Apr 2016 13:34:10 -0700 > + if (!ila_is_ila_addr(iaddr)) { This doesn't compile.

[PATCH net-next 1/3] ila: Add struct definitions and helpers

2016-04-15 Thread Tom Herbert
Add structures for identifiers, locators, and an ila address which is composed of a locator and identifier and in6_addr can be cast to it. This includes a three bit type field and enums for the types defined in ILA I-D. In ILA lwt don't allow user to set a translation for a non-ILA address (type o