Initial import (#1702720)

This commit is contained in:
Michal Ruprich
2019-07-21 15:10:06 +02:00
parent 14c8b94e81
commit 463257a2dd
5 changed files with 220 additions and 0 deletions

10
0001-use-python3.patch Normal file
View File

@@ -0,0 +1,10 @@
diff --git a/tools/frr-reload.py b/tools/frr-reload.py
index 208fb11..0692adc 100755
--- a/tools/frr-reload.py
+++ b/tools/frr-reload.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# Frr Reloader
# Copyright (C) 2014 Cumulus Networks, Inc.
#