python3 netifaces obtém interface atual

>>> import netifaces
>>> def_gw_device = netifaces.gateways()['default'][netifaces.AF_INET][1]
Gifted Gaur