frr/debian/tests/zebra-lo
Daniel Baumann 307c681470
Adding debian version 10.1.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:04:12 +01:00

16 lines
373 B
Bash
Executable file

#!/bin/sh
set -e
# should have been started on install, but policy may have inhibited that
service frr status >/dev/null || service frr restart
# these should be running by default
pgrep watchfrr
pgrep zebra
pgrep staticd
# check vtysh works at all
vtysh -c 'show version'
# check zebra is properly talking to the kernel
vtysh -c 'show interface lo' | grep -q LOOPBACK