Project

General

Profile

Actions

Bug #2719

closed

Site name is set incorrectly by NlsrConfigGenerator

Added by Vince Lehman about 9 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
04/01/2015
Due date:
% Done:

100%

Estimated time:

Description

Currently, NlsrConfigGenerator sets NLSR's site name to the same site for all routers:

general += "  site /edu\n"

Instead, the site name should be set based on the node's name:

general += "  site /{}-site\n".format(self.node.name)
Actions

Also available in: Atom PDF