Monkey-patching the Interface instances in network.py with new attributes makes it hard to inspect the code and know what the attributes are. Declare them in Interface.__init__ and initialize the ones that were previously initialized immediately after instantiating the Interface
Depends on D14950