summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: fix normalizing and verifying OVS connectionslr/ovs-6Thomas Haller2017-10-307-93/+572
* tests: add nmtst_assert_connection_has_settings() helperThomas Haller2017-10-301-0/+57
* libnm: add nm_connection_get_settings()Thomas Haller2017-10-283-27/+62
* fixup! libnm-core: add ovs-interface settingThomas Haller2017-10-271-4/+4
* fixup! device: ignore enslavement to ovs-masterThomas Haller2017-10-271-6/+10
* device: keep platform link alive in device_link_changed()Thomas Haller2017-10-271-12/+12
* core/connection: allow address for ovs interfacesLubomir Rintel2017-10-261-36/+43
* device: don't wait for a carrier before enslaving devicesLubomir Rintel2017-10-261-0/+7
* devices: add support for openvswitch devicesLubomir Rintel2017-10-2613-0/+2536
* all: add OVSDB connection failure device state reasonLubomir Rintel2017-10-263-0/+6
* clients: add support for ovs-bridge settingLubomir Rintel2017-10-265-0/+47
* clients: add support for ovs-port settingLubomir Rintel2017-10-265-0/+59
* clients: add support for ovs-interface settingLubomir Rintel2017-10-265-0/+32
* clients: add support for ovs-patch settingLubomir Rintel2017-10-264-0/+19
* libnm: add support for ovs-bridge devicesLubomir Rintel2017-10-268-0/+150
* libnm: add support for ovs-port devicesLubomir Rintel2017-10-268-0/+149
* libnm: add support for ovs-interface devicesLubomir Rintel2017-10-268-30/+180
* introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel2017-10-265-0/+31
* introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel2017-10-265-0/+31
* introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel2017-10-265-61/+93
* libnm-core: add ovs-bridge settingLubomir Rintel2017-10-2613-0/+468
* libnm-core: add ovs-port settingLubomir Rintel2017-10-2612-2/+585
* libnm-core: add ovs-interface settingLubomir Rintel2017-10-2612-0/+374
* libnm-core: add ovs-patch settingLubomir Rintel2017-10-2610-0/+297
* device: don't progress from ip-config state when we're enslavedLubomir Rintel2017-10-261-39/+7
* device/trivial: move check_ip_state() upwardsLubomir Rintel2017-10-261-101/+101
* utils: don't assume a device with master won't have IP configurationLubomir Rintel2017-10-261-20/+12
* device: log device type tooLubomir Rintel2017-10-261-3/+6
* device: do not limit unrealizement to devices with platform linksLubomir Rintel2017-10-261-3/+1
* device: ignore enslavement to ovs-masterLubomir Rintel2017-10-261-13/+20
* manager: add a method to get a particular device of given typeLubomir Rintel2017-10-263-10/+31
* manager: always update the device when the plink comes and goesLubomir Rintel2017-10-263-42/+43
* manager: don't assign a new link to a device of a different link typeLubomir Rintel2017-10-261-0/+3
* manager: match device type when removing an ip interfaceLubomir Rintel2017-10-261-0/+2
* cli/trivial: drop default branch from some casesLubomir Rintel2017-10-261-5/+9
* generate-setting-docs: error out on missing documentationLubomir Rintel2017-10-261-0/+3
* ip-tunnel: fix a typoLubomir Rintel2017-10-262-2/+2
* XXX: add openvswitch notesLubomir Rintel2017-10-261-0/+75
* settings: keep connection alive in delete_auth_cb()Beniamino Galvani2017-10-261-0/+3
* contrib/fedora: Update required packagesMurilo Opsfelder Araujo2017-10-251-0/+2
* release: bump version to 1.9.3 (development)1.9.3-devBeniamino Galvani2017-10-251-1/+1
* ifcfg-rh: merge branch 'th/ifcfg-rule-write-rh1384799'Thomas Haller2017-10-2522-877/+940
|\
| * ifcfg-rh/trivial: add code comment about re-reading connection in writerThomas Haller2017-10-251-0/+7
| * ifcfg-rh: don't allow policy routing mixed with an existing rule fileThomas Haller2017-10-252-4/+31
| * ifcfg-rh: don't let complex routes (rule files) prevent writing connectionThomas Haller2017-10-254-48/+92
| * ifcfg-rh: don't limit reading static routes and addresses to 256Thomas Haller2017-10-251-2/+2
| * settings: drop redundant can_commit() virtual functionsThomas Haller2017-10-253-28/+0
| * ifcfg-rh/tests: rename test function connection_from_file_test()Thomas Haller2017-10-253-14/+13
| * ifcfg-rh: write blobs only do disk after determining what to writeThomas Haller2017-10-251-33/+51
| * ifcfg-rh: write ip4 alias files after the main failThomas Haller2017-10-251-2/+6