summaryrefslogtreecommitdiffstats
path: root/network_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* vlan: Modify create method to return an ObjectPathWilliam A. Kennington III2019-04-091-2/+2
* configure: Remove systemd dbus pathsWilliam A. Kennington III2019-03-121-0/+4
* util: Reset Failed Before Restarting ServiceWilliam A. Kennington III2019-01-181-0/+15
* Re-enable unit testRatan Gupta2018-11-301-0/+17
* Migrate to a common timer classWilliam A. Kennington III2018-09-271-12/+5
* clang-format: Update to match docs repoGunnar Mills2018-09-151-31/+22
* reorder headersPatrick Venture2018-08-271-12/+11
* Network factory reset: don't recreate VLAN interfacesMichael Tritz2017-10-251-0/+7
* Reduce the number of restarts of systemd-networkdRatan Gupta2017-10-111-9/+14
* Create the default network file during startup of network managerRatan Gupta2017-10-031-36/+55
* Restart the network through networkManagerRatan Gupta2017-10-031-2/+22
* Implement getInterfaces in utilRatan Gupta2017-09-291-10/+10
* Network factory reset: Log InternalFailure in case of failureMichael Tritz2017-09-251-2/+2
* DHCP value was not getting updated correctlyRatan Gupta2017-08-311-5/+6
* vlan:Minor FixesRatan Gupta2017-08-131-1/+1
* Move getDHCPValue function to utilRatan Gupta2017-08-131-28/+1
* Remove vlan device files during factory resetRatan Gupta2017-08-131-16/+7
* Load the VLAN interfaces from the systemRatan Gupta2017-08-131-7/+27
* Move the implementation for writing conf to interface classRatan Gupta2017-08-131-98/+2
* Create the VLAN Interface ObjectRatan Gupta2017-08-131-1/+5
* Pass the network conf dir to network manager constructorRatan Gupta2017-08-131-2/+15
* Changed the type of vlan id from 16 bit to 32 bitRatan Gupta2017-08-131-1/+1
* Don't commit the error during getting of DHCP valueRatan Gupta2017-08-101-1/+1
* Write DHCP configuration parametersRatan Gupta2017-07-251-4/+25
* Create DHCP configuration DBUS objectRatan Gupta2017-07-251-0/+4
* Implement generic restart systemd unit functionRatan Gupta2017-07-191-17/+1
* Refresh the interface objects if DHCP mode changesRatan Gupta2017-06-291-1/+1
* Move function from network manager to utility functionRatan Gupta2017-06-211-89/+1
* Implement the DHCP supportRatan Gupta2017-06-211-2/+41
* Create the system conf Dbus ObjectRatan Gupta2017-06-211-8/+33
* Implement the ipaddress origin and gateway propertyRatan Gupta2017-06-091-0/+24
* Write the network configuration in the network fileRatan Gupta2017-06-081-1/+65
* Restructure the code so that it is unit testableRatan Gupta2017-06-081-8/+14
* Add the network utility fileRatan Gupta2017-06-081-99/+6
* Create error log if unable to fetch the interface infoRatan Gupta2017-06-081-6/+8
* Convert IPv6 subnet mask into prefix lengthRatan Gupta2017-06-071-11/+74
* Implement network factory reset in network_managerMichael Tritz2017-06-051-0/+53
* Convert IPv4 subnet mask into prefix lengthRatan Gupta2017-05-231-6/+56
* Implement create interface for ipaddressRatan Gupta2017-05-231-15/+19
* Implement NetworkManagerRatan Gupta2017-04-271-0/+118
OpenPOWER on IntegriCloud