Fixed
- Fixed problems with repr and print functions on Python 3.
Changed
- All variables were changed to class properties.
Added
- It was added getter functions to fill the class properties' requirements
- It was added more error checking
- Exported constants, e.g., SIOCGIFFLAGS and SIOCSIFADDR.
- Added getter and setter to flags
- Added getter and setter to running and updown
- Added getter to all variables (some variables are not able to use setters)