Page MenuHomeDevCentral

D3548.diff
No OneTemporary

D3548.diff

diff --git a/_modules/node.py b/_modules/node.py
--- a/_modules/node.py
+++ b/_modules/node.py
@@ -291,6 +291,7 @@
"""
network = {
"ipv4_address": "",
+ "public_ipv4_interface": "",
"ipv4_gateway": "",
}
private_network = network.copy()
@@ -307,6 +308,7 @@
target = private_network
else:
target = network
+ target["public_ipv4_interface"] = interface_name
if target["ipv4_address"] != "":
continue

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 23, 03:21 (5 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2210606
Default Alt Text
D3548.diff (514 B)

Event Timeline