summaryrefslogtreecommitdiff
path: root/virtManager/createnet.py
Commit message (Expand)AuthorAgeFilesLines
* createnet: Add full uitest coverageCole Robinson2020-08-261-39/+39
* virtManager: Convert to CSS for most color usageCole Robinson2020-02-031-4/+0
* createnet: Fix XML editor error when dhcp fields are emptyCole Robinson2020-01-291-14/+18
* createnet: Drop row coloring validationCole Robinson2020-01-291-53/+4
* createnet: Add field for specifying forward deviceCole Robinson2020-01-261-19/+24
* virtManager: Move a lot of misc files to lib/Cole Robinson2019-06-171-1/+1
* Switch to more traditional logging structureCole Robinson2019-06-171-5/+5
* createnet: add xmleditor UICole Robinson2019-06-131-4/+47
* generatename: Move libvirt collision handling to callersCole Robinson2019-06-111-2/+4
* virtinst: move UI only functions into virtManagerCole Robinson2019-06-091-5/+28
* nodedev: Fold PCIDevice into NodeDeviceCole Robinson2019-06-051-1/+1
* createnet: Drop _validate routinesCole Robinson2019-05-131-114/+1
* createnet: Shrink to one pageCole Robinson2019-05-131-85/+43
* createnet: Turn forward mode selector into single combo boxCole Robinson2019-05-131-55/+42
* createnet: Remove explanatory network labelsCole Robinson2019-05-131-15/+0
* createnet: drop the @ipv6 settingCole Robinson2019-05-131-7/+0
* createnet: Remove static route configurationCole Robinson2019-05-131-202/+0
* Fix a couple new pylint warningsCole Robinson2019-04-011-1/+1
* createnet: fix typo introduced by commit dae8642bbPavel Hrdina2019-01-151-1/+1
* virtinst: Remove name field validate_cb usageCole Robinson2018-09-041-5/+3
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-16/+2
* xmlbuilder: centralize adding child new child prop instancesCole Robinson2018-02-081-7/+7
* Drop python3 compat importsCole Robinson2018-02-061-6/+1
* Replace ipaddr module with ipaddressRadostin Stoyanov2018-02-061-23/+37
* Python 2/3 division compatabilityRadostin Stoyanov2018-01-271-1/+1
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-10/+10
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-1/+1
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-2/+2
* network: add support for network forward mode 'open'Lin Ma2017-05-031-2/+15
* baseclass: share wizard cursor setting codeCole Robinson2017-04-271-7/+2
* createnet: Cleanups around hostdev UICole Robinson2017-04-041-29/+28
* network: add support to create SR-IOV VF poolLin Ma2017-04-031-3/+65
* Fix recent pylint/pep8 outputCole Robinson2016-04-181-2/+2
* createnet: Updated error message for IPv6 when checkingRobb Manes2015-09-211-1/+1
* translation: fix wrong usage of _() functionPavel Hrdina2015-06-051-1/+1
* uiutil: streamline column vs rowidx parameter nameCole Robinson2015-05-191-2/+3
* uiutil: Clarify a few ambiguous function namesCole Robinson2015-04-101-2/+2
* connection: Use consistent nodedev function namesCole Robinson2015-04-101-1/+1
* connection: Have get_nodedevs return vmmNodeDeviceCole Robinson2015-04-071-1/+1
* createnet: Remove unused moduleCole Robinson2015-03-261-1/+0
* createnet: Drop incorrect domain name validation (bz 1195873)Cole Robinson2015-03-261-10/+0
* createnet: Fix creating network with forward deviceCharles Arnold2015-01-161-1/+1
* virtManager: Switch to relative importsCole Robinson2014-09-121-3/+3
* createnet: fix a small pylintChen Hanxiao2014-06-271-0/+2
* createnet: validate last page before creating the networkGiuseppe Scrivano2014-06-261-0/+3
* createnet: fix "show_err" typoGiuseppe Scrivano2014-06-261-1/+1
* createnet: use vmmInterface.get_name() instead of vmmInterface.nameGiuseppe Scrivano2014-06-241-2/+2
* connection: Drop netdev abstractionCole Robinson2014-06-181-3/+10
* createnet: enable specify /29 subnetChen Hanxiao2014-06-111-3/+3