Update Proxmox/ThunderboltNetwork.md
This commit is contained in:
@@ -92,7 +92,7 @@ systemctl restart frr
|
|||||||
Make sure interface is coming up!
|
Make sure interface is coming up!
|
||||||
Idea coming from here => https://gist.github.com/scyto/67fdc9a517faefa68f730f82d7fa3570?permalink_comment_id=5077802#gistcomment-5077802
|
Idea coming from here => https://gist.github.com/scyto/67fdc9a517faefa68f730f82d7fa3570?permalink_comment_id=5077802#gistcomment-5077802
|
||||||
```python
|
```python
|
||||||
tee -a /usr/local/bin/restart-frr.sh <<EOF
|
cat << 'EOF' > /usr/local/bin/restart-frr.sh
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Delayed start script to tell frr to reload ensuring that it sees thunderbolt links towards other nodes.
|
# Delayed start script to tell frr to reload ensuring that it sees thunderbolt links towards other nodes.
|
||||||
# condition: is there any tbt network interface and frr service up
|
# condition: is there any tbt network interface and frr service up
|
||||||
|
|||||||
Reference in New Issue
Block a user