summaryrefslogtreecommitdiffstats
path: root/node-admin/scripts/configure-container-networking.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old scriptsfreva2017-01-261-115/+0
* Removed unused filesfreva2016-10-271-269/+4
* Add flag --fix-docker-gateway to manually replace default gateway to eth1 in ...Bjørn Christian Seime2016-09-131-91/+122
* Add support for IPv6Bjørn Christian Seime2016-09-071-14/+15
* Support ipv6 in container network setup.Oyvind Bakksjo2016-06-301-24/+20
* Added minor comments to ease readability.Oyvind Bakksjo2016-06-271-0/+5
* Some simplification of code setting container gateway.Oyvind Bakksjo2016-06-271-3/+2
* Added TODO for some fishy code (only used for local zone @Mac).Oyvind Bakksjo2016-06-271-0/+1
* Fix indentation.Oyvind Bakksjo2016-06-271-2/+2
* Rename variables for consistency.Oyvind Bakksjo2016-06-271-4/+4
* Factor out function to fetch default route for network namespace.Oyvind Bakksjo2016-06-271-29/+32
* Factored out function to set ip address on network interface.Oyvind Bakksjo2016-06-271-23/+33
* Reorder functions more logically (no forward references).Oyvind Bakksjo2016-06-271-8/+7
* Return new index of moved interface from move function.Oyvind Bakksjo2016-06-271-10/+12
* Rename local variable for explicitness.Oyvind Bakksjo2016-06-271-5/+5
* Factor out function to find index of named interface in namespace.Oyvind Bakksjo2016-06-271-10/+15
* Use named arguments when calling multi-argument functions.Oyvind Bakksjo2016-06-271-7/+8
* Factor out function to move network interface (name/namespace).Oyvind Bakksjo2016-06-271-2/+10
* Factored out function to create network interface in a namespace.Oyvind Bakksjo2016-06-271-32/+38
* Factor out function to delete network interface (by name).Oyvind Bakksjo2016-06-271-4/+7
* Reword comment and rename variable for explicitness and clarity.Oyvind Bakksjo2016-06-271-8/+8
* Factored out function finding best matching ip/network for an ip.Oyvind Bakksjo2016-06-271-40/+41
* Factored fetching network namespace for pid into separate function.Oyvind Bakksjo2016-06-271-12/+10
* PublishJon Bratseth2016-06-151-0/+311