nixos/peering-manager: replace grab_prefixes with get_irr_data
The grab_prefixes command is deprecated and got replaced with get_irr_data. While grab_prefixes still works, it is deprecated and will be removed in a future version. https://peering-manager.readthedocs.io/en/v1.10.1/integrations/irr-prefixes/#settings
This commit is contained in:
@@ -350,7 +350,7 @@ in
|
||||
after = [ "peering-manager.service" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${pkg}/bin/peering-manager grab_prefixes";
|
||||
ExecStart = "${pkg}/bin/peering-manager get_irr_data";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user