mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 01:16:39 +00:00
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
if [ $(uname -a | grep -ci Ubuntu) -ge 1 ]; then
|
|
sudo modprobe mpls-router mpls-iptunnel vrf
|
|
fi
|
|
while true ; do sleep 365d ; done
|