aboutsummaryrefslogtreecommitdiffstats
path: root/vicn
AgeCommit message (Collapse)AuthorFilesLines
2017-09-01Skip internet address for multicast channelsMarcel Enguehard1-24/+11
Change-Id: Id91e3646a9b9fe60923d6f738fe627427968b8ad Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-07-19* GUI resourceMarcel Enguehard80-2246/+2826
* MemIf interface for VPP * Better netmodel integration * Draft documentation * New tutorials * Improved monitoring and error handling * Refactored IP addresses and prefixes representation * Improved image mgmt for LXD * Various bugfixes and code refactoring Change-Id: I90da6cf7b5716bc7deb6bf4e24d3f9f01b5a9b0f Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-06-09Removed unused and buggy debugMarcel Enguehard1-2/+0
Change-Id: I6c9cf54d8820407878cacf0b3306163c32c9a397 Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-05-30Fix for ICN routes to find producer prefixes in a given groupMarcel Enguehard2-3/+12
Change-Id: Iaf78c4f6f887635f48263b9b77e7fbdb486bafff Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-05-29Misc bug fixes: VPP, deb package detection, lxdMarcel Enguehard11-29/+42
Change-Id: Ib3d339e636c0ec62dc0fe3227af85bcc167445cf Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-05-29Misc bug fixesMarcel Enguehard25-184/+214
*IP assignment *Node is a key attribute *Up-to-date packages *Trailing whitespaces ... Change-Id: Id8e2a5f7b2c4506f326b3c4bc991fa65f53fca5c Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-05-23Introduced groups + lxd profiles + diverted control network handling to lxd ↵Marcel Enguehard26-534/+674
+ misc bug fixes Change-Id: Iae26bc2994ac9704dde7dfa8fbe4be1b74cf9e6f Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-05-15IPv6 dataplane support + Decentralized IPv4 prefix attribution + Bug fix for ↵Marcel Enguehard19-217/+597
attribute default values handling + Various fixes Change-Id: I0a26eda064d9e22d9d55fd568748076148f49645 Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-04-25VPP fixes + refactored for libicnet + trailing spacesMarcel Enguehard4-22/+22
Change-Id: Ib31d27c4d26eececa991327f2994cf60370b86d9 Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-04-25Typo for VPP interfaces + More explicit exceptions for BashTask + Forgotten ↵Marcel Enguehard3-11/+13
if-statement in LxcContainer setup Change-Id: I7b450b13e632899bef5ff37168a9454fe4e92640 Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-04-12Updated LXD image in tutorials + new tutorial + Changed logs for LXD ↵Marcel Enguehard2-10/+12
NotFound to warnings + Number of workers is now a function of the number of CPUs Change-Id: I926ac0e86cd2c594c3f9fce7e20e80a385b4f56a Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-04-11Merge "Adding the capability to create link between two containers on two ↵Luca Muscariello1-17/+33
physically distant servers plus: small typo fix in net_device.py" into vicn/master
2017-04-11* Handler for Lxd NotFound exception for attributesMarcel Enguehard4-105/+134
* Typo in capacity settings * Error handling: vICN fails directly on exception * Removed urllib3 warnings * Trailing spaces Change-Id: I9358d33da8607f62496a4bfadd5da5228ee484dc Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-04-10Adding the capability to create link between two containers on two ↵Jacques Samain2-18/+34
physically distant servers plus: small typo fix in net_device.py Change-Id: I40ccf95e1fa81089b30a853d02bb47aab6223a90 Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
2017-03-31Topology cleanup fix + fix for requirements + fix for local physical serversMarcel Enguehard1-20/+23
Change-Id: Ifd090122348f362a65e5d86ce62784be2821d12b Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-03-25Misc. improvements to vICN codebase detailed below.Jordan Augé14-168/+265
- vICN core . Added python setup script (allowing package installation) . Better error handling - Resources . LXD : better handling of certificate generation . Physical : generation of SSH keypair within vICN . Link : code simplification . EmulatedLteChannel: fixed typo in netmask configuration of emu-radio (missing /) - Examples . Added json file for tutorial #2 - Dumbell . New tutorial #03 - Load balancing in WiFi/LTE hetnet - Other minor changes incl. code cleanup (trailing spaces, etc.) Change-Id: Id306ca71e27d9859aa72760f63a2bc364bfe8159 Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
2017-03-24Packages+Error handling for VppHostMarcel Enguehard1-3/+3
Change-Id: I3ef3711b21c385a191d09be3823588309eece2ca Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-02-24Initial commit: vICNJordan Augé97-0/+12813
Change-Id: I7ce66c4e84a6a1921c63442f858b49e083adc7a7 Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>