Reviewing merge request #4: New feature: static routes by command line

I had to configure static routes to my domUs during installation, to automate the create process. Here i propose a simple patch for adding "--routes=route add 10.1.1.1/32 eth0;route add 10.1.1.2/32 eth0" parameter.

The perl xen-create-image append a "post-up" entry into the 'interfaces' file with the content of '--routes' with ";" as separator.

I hope this can give you new ideas for future developments.

Commits that would be merged:

Version 1
  • Version 1
  • 9a96686
  • 61151fb
  • New feature: add static routes on commandline for debian systems

Showing 9a96686-61151fb

Comments

Pushed new version 1

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository