aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/map/src
Commit message (Collapse)AuthorAgeFilesLines
* map: fix psidlen becoming negative (FS#1430)Hans Dedecker2018-03-291-10/+16
| | | | | | | | | Fix psidlen becomes negative in case embedded address bit lenght is smaller than IPv4 suffix length. While at it improve parameter checking making the code more logical and easier to read. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* map: fix boolean argument passed to blobmsg_check_attr in mapcalcHans Dedecker2017-08-261-1/+1
| | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* map: Have cmake find libubus.hFlorian Fainelli2016-12-161-0/+3
| | | | | | Update CMakeList.txt to look for libubus.h since we depend on it. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* map: be less restrictive when matching lw4over6 prefixesSteven Barth2015-09-081-5/+10
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46819
* map: ignore insignificant PSID bitsSteven Barth2015-09-071-1/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46804
* map: add debug-code for mapcalcSteven Barth2015-09-011-18/+28
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46763
* map: add support for lw4o6 address matching, minor optimizationsSteven Barth2015-05-261-36/+56
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45770
* map: set ealen to psidlen for lw4over6Steven Barth2015-05-161-0/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45689
* map: ignore psid and psidlen if psidlen is 0Steven Barth2015-01-121-2/+4
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43946
* map: fix portsets starting with 0 and use regular NAT for 1:1 MAPSteven Barth2014-10-021-4/+7
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42741
* Initial support for MAP-E and Lightweight 4over6 protocolSteven Barth2014-05-222-0/+393
SVN-Revision: 40823