Statistics
| Branch: | Tag: | Revision:

root / kvm-ifdown @ 838c1835

History | View | Annotate | Download (1.4 kB)

# Date Author Comment
838c1835 01/31/2014 04:37 am Dimitris Aragiorgis

Small changes in if* scripts

  • Factor out GARP and neighbor proxy action from setup_routed*
  • Invoke send_garp in kvm-ifup
  • Invoke delete_neighbor_proxy in kvm-ifdown

Signed-off-by: Dimitris Aragiorgis <>

58645c13 01/31/2014 03:37 am Dimitris Aragiorgis

Some minor fixes

  • In Ganeti hooks instance name is available via
    GANETI_INSTANCE_NAME. In NIC configuration scripts it is via
    INSTANCE. Make common.sh take both since methods there are
    being executed in both contexts.
  • Fix a typo

Signed-off-by: Dimitris Aragiorgis <>

8a567d09 01/31/2014 02:08 am Dimitris Aragiorgis

Great refactor in kvm-ifdown and dnshook

Make dnshook responsible for reseting all dns entries of an
instance. It queries the server and issues one by one commands
to remove any A, AAAA, PTR entries. It does not get any info
from the exported environment since now works only instance level...

edaf6687 01/27/2014 01:08 pm Dimitris Aragiorgis

Add kvm-ifdown script

..and rename kvm-vif-bridge to kvm-ifup

Until this gets renamed upstream we are going to create a symlink.

Signed-off-by: Dimitris Aragiorgis <>