Skip to content

Commit

Permalink
Add Güntz- and Marschnerstraße to Pycroft model
Browse files Browse the repository at this point in the history
  • Loading branch information
strebbin committed Oct 3, 2019
1 parent 8eb252b commit ac7dcda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sipa/model/pycroft/__init__.py
Expand Up @@ -83,6 +83,12 @@ def init_context(app):
('hoy', "Hoyerswerdaer Straße", [
IPv4Network('141.76.119.0/25'), # Hoy10
]),
('mar', "Marschnerstraße", [
IPv4Network('141.30.221.0/24'), # Mar31
]),
('mar', "Güntzstraße", [
IPv4Network('141.30.225.0/24'), # Gue29
]),
]
]

Expand Down

0 comments on commit ac7dcda

Please sign in to comment.