Statistics
| Branch: | Tag: | Revision:

root / contrib / ganeti-hooks / kvm-vif-bridge @ 78b81e14

History | View | Annotate | Download (3.1 kB)

# Date Author Comment
78b81e14 07/21/2011 12:30 pm Apollon Oikonomopoulos

kvm-vif-bridge: properly remove old firewall rules

Since kvm-vif-bridge is stateless, i.e. we don't know whether the instance was
on the same firewall class or even had the same tap interface, we have to try a
forced removal of all firewall rules for (tap,) x (protected,limited,unprotected)....

cbaac7bc 07/11/2011 05:55 pm Vangelis Koukis

Agree on consistent instance tags for firewalling

Update both the default API settings and the kvm-vif-bridge script
to use consistent {protected, unprotected, limited} tags to determine
the firewall profile to use on public network interfaces.

The API spec still defines the {ENABLED, DISABLED, PROTECTED} keywords,...

536721a9 07/07/2011 08:26 pm Faidon Liambotis

Remove mac2eui64 from contrib/ganeti-hooks

contrib/hooks ships mac2eui64 that kvm-vif-bridge currently uses.
kvm-vif-bridge depends on nfdhcpd, which ships that on /usr/bin, so use
that copy instead and remove our own copy.

Note that the same is also shipped under util/mac2eui64.py which is not...

84bee898 06/05/2011 11:53 am Vangelis Koukis

Make nfdhcpd dir configurable in kvm-vif-bridge

f533f224 06/03/2011 04:35 pm Vangelis Koukis

Merge branches api-current and ui-0.4, minor fixes

Merge branches api-current and ui-0.4: * Fix merge conflicts * Fix minor bug in reconciliation mgmt command * Add comments in settings.py.dist * minor PEP8 fixes