dsahern/vrf
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Various tools for using VRF on Linux.
Options for installing
1. make install
installs file in current filesystem. Path prefix can be set
using DESTDIR.
e.g., make install
make DESTDIR=/tmp/vrf install
2. make uninstall
inverse of 'make install'. Remove files from current filesystem.
e.g., make uninstall
make DESTDIR=/tmp/vrf uninstall
3. make rpm
Create an rpm package that can be installed
4. make deb
Create a debian package that can be installed
Releases
No releases published
Languages
- Shell 60.2%
- Python 17.8%
- C 17.5%
- Makefile 4.5%