[go: up one dir, main page]

Skip to content

griddis/cl-vrf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.1%
  • Python 17.8%
  • C 17.6%
  • Makefile 4.5%