Python3 netifaces obtient l'interface actuelle

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