diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-11 23:10:12 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-11 23:10:12 +0000 |
commit | dca2e871dbaa99af691bb17f8e8d7e3e6dffcc7f (patch) | |
tree | 4b36b889e47396a351e5ac4db4a6a2c53e593d07 /usr.bin/bgplg/index.html | |
parent | f080cb987a578cdd447c3abd1e3772eadb52355e (diff) |
import a looking glass for bgpd(8) (CGI web interface), see the
bgplg(8) and bgplgsh(8) manpages for installation and usage
instructions.
this has been tested by various users and on openbgp route servers in
the DE-CIX.
ok deraadt@ henning@
Diffstat (limited to 'usr.bin/bgplg/index.html')
-rw-r--r-- | usr.bin/bgplg/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/bgplg/index.html b/usr.bin/bgplg/index.html new file mode 100644 index 00000000000..743b97512ae --- /dev/null +++ b/usr.bin/bgplg/index.html @@ -0,0 +1,5 @@ +<html> +<head> + <meta http-equiv="refresh" content="1; URL=/cgi-bin/bgplg"/> +</head> +</html> |