Hackfut Security File Manager
Current Path:
/lib/frr
lib
/
frr
/
📁
..
📁
__pycache__
📄
babeld
(208.33 KB)
📄
bfdd
(289.12 KB)
📄
bgpd
(2.98 MB)
📄
eigrpd
(274.87 KB)
📄
fabricd
(800.6 KB)
📄
frr-reload
(198 B)
📄
frr-reload.py
(84.74 KB)
📄
frr_babeltrace.py
(8.72 KB)
📄
frrcommon.sh
(8.63 KB)
📄
frrinit.sh
(3.46 KB)
📄
generate_support_bundle.py
(3.09 KB)
📄
isisd
(1.05 MB)
📄
ldpd
(346.43 KB)
📄
nhrpd
(232.91 KB)
📄
ospf6d
(1010.45 KB)
📄
ospfclient.py
(40.62 KB)
📄
ospfd
(1.61 MB)
📄
pathd
(185.31 KB)
📄
pbrd
(153.63 KB)
📄
pim6d
(942.42 KB)
📄
pimd
(1.18 MB)
📄
ripd
(270.83 KB)
📄
ripngd
(202.14 KB)
📄
staticd
(166.94 KB)
📄
vrrpd
(171.22 KB)
📄
vtysh
(0 B)
📄
watchfrr
(77.13 KB)
📄
watchfrr.sh
(737 B)
📄
zebra
(1.93 MB)
Editing: watchfrr.sh
#!/bin/bash # # This is NOT the init script! This is the watchfrr start/stop/restart # command handler, passed to watchfrr with the -s/-r/-k commands. It is used # internally by watchfrr to start the protocol daemons with the appropriate # options. # # This script should be installed in /usr/lib/frr/watchfrr.sh log_success_msg() { : } log_warning_msg() { echo "$@" >&2 [ -x /usr/bin/logger ] && echo "$@" \ | /usr/bin/logger -t watchfrr.sh -p daemon.warn } log_failure_msg() { echo "$@" >&2 [ -x /usr/bin/logger ] && echo "$@" \ | /usr/bin/logger -t watchfrr.sh -p daemon.err } self="`dirname $0`" if [ -r "$self/frrcommon.sh" ]; then . "$self/frrcommon.sh" else . "/usr/lib/frr/frrcommon.sh" fi frrcommon_main "$@"
Upload File
Create Folder