summaryrefslogtreecommitdiffstats
path: root/commands/networking
Commit message (Collapse)AuthorAgeFilesLines
* networking: fix print formatting for INFO messagesRadek Novacek2014-04-291-10/+10
|
* networking: add INFOs about performed actionsRadek Novacek2014-04-291-1/+17
|
* networking: support deactivation of settings with older providerRadek Novacek2014-04-291-1/+45
| | | | | | Older networking provider does not support deactivation setting without device specified. This commit adds a version check and forces use of device when older networking provider is found.
* doc: created common makefile for documentationMichal Minar2014-04-241-177/+1
| | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others.
* doc: use openlmithemeMichal Minar2014-04-241-1/+1
|
* require openlmi-tools instead of openlmi-scriptsMichal Minar2014-04-241-1/+1
| | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command.
* networking: fix setting activation/deactivation without device specifiedRadek Novacek2014-04-071-9/+33
|
* unified script versionsMichal Minar2014-03-173-22/+4
| | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.
* networking: fix wrong error messageRadek Novacek2014-03-041-1/+1
| | | | This fixes bad error message when --ipv6 option has invalid value.
* networking: explicitly differentiate between IPv4 and IPv6 addressesRadek Novacek2014-03-042-2/+29
|
* networking: fix wrong function for ending test phaseRadek Novacek2014-03-041-1/+1
| | | | It should fix problem with unfinished tests on buildbot.
* networking: handle case when ProtocolIFType is NoneRadek Novacek2014-03-041-3/+12
| | | | | ProtocolIFType property of LMI_IPAssignmentSetting data can be empty sometimes. This commit adds a check for it.
* networking: prefix length of route should be intRadek Novacek2014-02-271-1/+1
| | | | | | PrefixLength parameter of static IP route was incorrectly converted to string when it should be integer. New lmishell can convert it to propert type. This commit fixes it even for older lmishell.
* documentation updatesMichal Minar2014-02-243-2/+23
| | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy.
* tuned requirements for several scriptsMichal Minar2014-02-241-1/+1
| | | | | Networking, software, hardware and storage depend on recent changed in openlmi-scripts.
* preparation for releaseMichal Minar2014-02-241-1/+1
| | | | Bumped versions of command libraries.
* netwoking: tuned declaration of lister commandsMichal Minar2014-02-211-4/+3
| | | | | | | Semantics of COLUMNS property changed a bit for LmiLister command. It affects just those wanting to suppress column headers completely. Although previous declaration works, it defines column names that are never used, which does not make sense.
* networking: update generated cmdline documentationRadek Novacek2014-02-201-52/+15
|
* networking: add myself as an author to the modulesRadek Novacek2014-02-202-2/+6
|
* networking: add beakerlib tests for net commandRadek Novacek2014-02-203-0/+466
|
* networking: handle error in setting creationRadek Novacek2014-02-201-0/+2
|
* networking: fix wrong transform_option usageRadek Novacek2014-02-201-6/+0
| | | | | After change of the command layout, using transform_option is sometimes no longer the right thing to do.
* networking: check if ipv4/ipv6 options have correct valuesRadek Novacek2014-02-201-7/+22
|
* networking: implement enslave functionRadek Novacek2014-02-201-0/+13
|
* networking: add support for static routes and dnsRadek Novacek2014-02-202-0/+266
|
* networking: fix (de)activation of bridges/bondsRadek Novacek2014-02-201-14/+34
| | | | | Bridge/bond settings are now properly activated when the device is not specified.
* networking: better handling of IP address stringsRadek Novacek2014-02-202-61/+116
| | | | | | | | IP addresses inserted by user are now checked and transformed to short form. Also comparision of addresses is no longer just string compare but proper IP address comparision.
* networking: improve 'net setting show'Radek Novacek2014-02-202-6/+49
| | | | Print more information and fix showing bridges/bonds.
* networking: change command structureRadek Novacek2014-02-201-73/+83
| | | | | Use 'net setting list' rather than 'net list setting' in order to be more compatible with other commands.
* networking: fix wrong constants for bonding and bridgingRadek Novacek2014-02-201-8/+8
|
* networking: fixed handling of options for addressMichal Minar2014-02-181-26/+2
| | | | | | Since Address subcommand does not allow for <caption> argument to repete in its usage string, it should not treat received argument as a list -- docopt will pass it as single string.
* turned logging messages into sentencesMichal Minar2014-02-131-5/+5
| | | | | Which means that all messages have first letter uppercased and are terminated with a dot.
* networking: add usage strings for subcommandsRadek Novacek2014-02-051-13/+34
| | | | list, show and address commands now have its own help.
* networking: Fix typo in command nameRadek Novacek2014-02-031-1/+1
|
* Merge pull request #35 from rnovacek/devJan Šafránek2014-01-3010-35/+1078
|\ | | | | Various fixes mostly in networking scirpt, introduction of power script
| * networking: add dependency to IPy python packageRadek Novacek2014-01-241-1/+1
| |
| * networking: add 'address replace' commandRadek Novacek2014-01-242-1/+75
| |
| * networking: add documentation for networking scripts moduleRadek Novacek2014-01-248-12/+982
| |
| * networking: minor bugfixes in the networking scriptRadek Novacek2014-01-233-21/+20
| |
* | Updated copyright yearPeter Schiffer2014-01-294-4/+4
|/
* Import initial version of the networking providerRadek Novacek2014-01-146-0/+751