summaryrefslogtreecommitdiffstats
path: root/zebra.roles
Commit message (Collapse)AuthorAgeFilesLines
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-2/+3
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding zebra routes on statuspage to show some debugging detailsMika Havela2008-09-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1468 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor clean-up of quaggav0.3.0Ted Trask2008-09-091-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1454 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Split Bgp and Zebra into separate controllers.Mika Havela2008-09-041-0/+2
Earlier there was no chance to start/stop zebra (only bgp) and the whole package was a strange mix of bgp and zebra. Now these processes has own Menuitems and are controlled separately (they both exist in acf-quagga though). git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1447 ab2d0c66-481e-0410-8bed-d214d4d58bed