Skip to content

ethuleau/opencontrail-netns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opencontrail-netns

OpenContrail Linux network namespace provisioning

This package contains two scripts (netns-daemon-start, netns-daemon-stop) which are intended to be used as pre-start and post-stop scripts for applications started out of init.d.

The application itself should then be executed as:

ip netns exec ns-<daemon> /usr/bin/<daemon>

Example:

# daemon upstart configuration file

pre-start script
  netns-daemon-start --network=<virtual-network> daemon
end script

post-stop script
  netns-deamon-stop daemon
end script

script
  ip netns exec ns-daemon /usr/bin/daemon
end script

About

OpenContrail Linux network namespace provisioning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%