comparison net.py @ 288:3af02e24eaf9

minor
author drewp@bigasterisk.com
date Sun, 21 Apr 2024 17:01:13 -0700
parents 73ec5064da44
children 65e28d2e0cd8
comparison
equal deleted inserted replaced
287:c094d23b7943 288:3af02e24eaf9
102 102
103 # delete? 103 # delete?
104 # # TODO this breaks wireguard wg on garage, i think. workaround: 104 # # TODO this breaks wireguard wg on garage, i think. workaround:
105 # if host.name == 'garage': 105 # if host.name == 'garage':
106 # server.shell('ip -4 address add 10.5.0.14/24 dev wg0') 106 # server.shell('ip -4 address add 10.5.0.14/24 dev wg0')
107 else:
108 pass # don't break working networking!
109
110 if is_pi and host.name != 'pipe':
111 pass