Activity

From 02/09/2014 to 03/10/2014

03/10/2014

04:43 pm Revision 6caf0d8d: Fix typo in URL in README.md
Vangelis Koukis
04:38 pm Revision ae809198: Add Copyright headers, add README.md
Vangelis Koukis
04:13 pm Revision 4b1eede6: Fix a few typos
Vangelis Koukis

03/05/2014

06:29 pm Revision d941d35c: Changes in debian files
- install: kvm-ifup-custom, kvm-ifdown-custom
- default: SNF_NETWORK_LOG, LOGFILE, TTL
- links: kvm-vif-bridge
Signe...
Dimitris Aragiorgis
06:28 pm Revision 2cf2e75c: Merge branch 'develop' into debian-develop
Dimitris Aragiorgis
06:28 pm Revision 42840ccc: Minor fix related to logging in dnshook
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:28 pm Revision 126f8f4e: Add docs
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:28 pm Revision b0a87613: Fix ebtables in vif-custom
..and remove any unused rules (comments) related to ebtables
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
06:28 pm Revision 329f0df8: Rename kvm-vif-bridge to kvm-ifup-custom
Package will create a symlink until this gets renamed in
upstream Ganeti as well.
Signed-off-by: Dimitris Aragiorgis...
Dimitris Aragiorgis
06:28 pm Revision bea1eb60: Add kvm-ifdown-custom script
This should do any cleanup needed related to the interface
that is going down.
Signed-off-by: Dimitris Aragiorgis <d...
Dimitris Aragiorgis
06:28 pm Revision 8ba80517: Move things inside get_info()
* Set GANETI_INSTANCE_NAME
* Set TABLE, INDEV
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
06:28 pm Revision cc09dec1: Log table's uplink only if exists
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:28 pm Revision 4e403e04: Minor changes related to logging
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:28 pm Revision 6afbe696: Some minor fixes..
- Use NETWORK_SUBNET6 since this is exported by Ganeti and not
just SUBNET6
- All logging in helper function
- Do n...
Dimitris Aragiorgis
06:28 pm Revision 63f1d9e7: Introduce get_info helper method
It gets the exported environment and calculates all needed vars for
a specific interface. Use this function early in ...
Dimitris Aragiorgis
06:28 pm Revision bd59aebc: Make get_info caclulate ebtables chain names
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:28 pm Revision bfe9b00f: Use env var for logging script
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:28 pm Revision 77ce5a39: Small changes in if* scripts
* Factor out GARP and neighbor proxy action from setup_routed*
* Invoke send_garp in kvm-ifup
* Invoke delete_neighbo...
Dimitris Aragiorgis
06:28 pm Revision cc56d684: Use arpsend instead of arping
arpsend comes along with ndsend with vzctl package.
We send only one packet in order not to delay ifup script.
Signe...
Dimitris Aragiorgis
06:28 pm Revision d026b975: Rename dnshook and fix-net
..to snf-network-dnshook and snf-network-hook correspondingly.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
06:28 pm Revision fa5bd914: Factor out common funtions from dnshook
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:28 pm Revision 12b20916: hooks-log -> snf-network-log
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
06:26 pm Revision 6cb3bcb8: Bump version to 0.15.8next
Dimitris Aragiorgis
06:19 pm Revision 5f1c8be6: Add ifup-extra script
..in install and default.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
06:16 pm Revision 2dbf11bc: Merge branch 'develop' into debian-develop
Dimitris Aragiorgis
06:14 pm Revision c05f2608: Refactor ifup-extra script
1) Look for all kind of tags (interface specific or not):
some-prefix:1:mail
some-prefix:snf-nic-12345:mail
...
Dimitris Aragiorgis
06:14 pm Revision 184370fd: Create ebtables chains with RETURN policy
This fixes inter-node private networks in case of multicast packets.
Multicast packets are forwarded to all interface...
Dimitris Aragiorgis
06:14 pm Revision e5171922: Fix typo in ebtables
If interface has an IP we used to add a rule that does not allow
packets coming from TAP to have a different IP. Ther...
Dimitris Aragiorgis
06:14 pm Revision fd80d055: Do not add ebtables rule for dhcp response
nfdhpcd opens a socket and binds it with tap interface. So dhcp
response will NOT go though the bridge and ebtables r...
Dimitris Aragiorgis
06:14 pm Revision 2cf27346: Setup ebtables only for mac filtered setups
We used to drop DHCP requests for all bridged setups in case of
nfdhcpd. This requires ebtables setup for private vla...
Dimitris Aragiorgis
06:14 pm Revision c780a7c5: Add sample rules in ifup-extra
Here we allows outgoing traffic with destination port 25.
Please note that every rule that is added when the corresp...
Dimitris Aragiorgis
06:14 pm Revision a57b3c64: Fix ebtables
1) Add ebtables in INPUT/OUTPUT chains too
This is needed because multicast packets
(e.g. with dst address 01:0...
Dimitris Aragiorgis
06:14 pm Revision 66c58448: Support execution of extra script
In case of kvm-ifup, if an extra script (/etc/ganeti/ifup-extra)
exists, execute it before exiting.
An dummy example...
Dimitris Aragiorgis
03:06 pm Revision b0b92ac3: Add docs
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:30 pm Revision 93476f13: Log table's uplink only if exists
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:30 pm Revision 5ec7b145: Minor fix related to logging in dnshook
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:30 pm Revision 263fe009: Move things inside get_info()
* Set GANETI_INSTANCE_NAME
* Set TABLE, INDEV
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
02:30 pm Revision c6fad0f3: Add kvm-ifdown-custom script
This should do any cleanup needed related to the interface
that is going down.
Signed-off-by: Dimitris Aragiorgis <d...
Dimitris Aragiorgis
02:30 pm Revision 30db6769: Fix ebtables in vif-custom
..and remove any unused rules (comments) related to ebtables
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
02:30 pm Revision 46a998a6: Rename kvm-vif-bridge to kvm-ifup-custom
Package will create a symlink until this gets renamed in
upstream Ganeti as well.
Signed-off-by: Dimitris Aragiorgis...
Dimitris Aragiorgis
02:30 pm Revision 5b3472ad: Introduce get_info helper method
It gets the exported environment and calculates all needed vars for
a specific interface. Use this function early in ...
Dimitris Aragiorgis
02:30 pm Revision fe6454e7: Make get_info caclulate ebtables chain names
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:30 pm Revision 90f2e36b: Some minor fixes..
- Use NETWORK_SUBNET6 since this is exported by Ganeti and not
just SUBNET6
- All logging in helper function
- Do n...
Dimitris Aragiorgis
02:30 pm Revision e2c822b5: Minor changes related to logging
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:30 pm Revision aeaafeb9: Small changes in if* scripts
* Factor out GARP and neighbor proxy action from setup_routed*
* Invoke send_garp in kvm-ifup
* Invoke delete_neighbo...
Dimitris Aragiorgis
02:30 pm Revision 43589485: Use arpsend instead of arping
arpsend comes along with ndsend with vzctl package.
We send only one packet in order not to delay ifup script.
Signe...
Dimitris Aragiorgis
02:30 pm Revision 859d4ba0: Use env var for logging script
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:30 pm Revision e8ff8060: Rename dnshook and fix-net
..to snf-network-dnshook and snf-network-hook correspondingly.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
02:30 pm Revision 14697fe6: Factor out common funtions from dnshook
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:30 pm Revision 0e4e6bea: hooks-log -> snf-network-log
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
02:30 pm Revision 74ab2e3c: Create ebtables chains with RETURN policy
This fixes inter-node private networks in case of multicast packets.
Multicast packets are forwarded to all interface...
Dimitris Aragiorgis
01:25 pm Revision 68f103bd: Bump version to 0.15.8-1~wheezy
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
01:24 pm Revision 6de5017b: Merge branch 'master' into debian-wheezy
Dimitris Aragiorgis
01:24 pm Revision 3304ce51: Bump version to 0.15.8
Dimitris Aragiorgis
01:03 pm Revision 8f7d1f1c: Create ebtables chains with RETURN policy
This fixes inter-node private networks in case of multicast packets.
Multicast packets are forwarded to all interface...
Dimitris Aragiorgis

03/04/2014

05:39 pm Revision a3960db8: Changes in debian files
- install: kvm-ifup-custom, kvm-ifdown-custom
- default: SNF_NETWORK_LOG, LOGFILE, TTL
- links: kvm-vif-bridge
Signe...
Dimitris Aragiorgis
05:38 pm Revision 8bdda5ff: Add ifup-extra script
..in install and default.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
04:02 pm Revision c9d2a566: Fix typo in ebtables
If interface has an IP we used to add a rule that does not allow
packets coming from TAP to have a different IP. Ther...
Dimitris Aragiorgis
04:02 pm Revision c3d3d121: Do not add ebtables rule for dhcp response
nfdhpcd opens a socket and binds it with tap interface. So dhcp
response will NOT go though the bridge and ebtables r...
Dimitris Aragiorgis
04:02 pm Revision aa38fdaf: Refactor ifup-extra script
1) Look for all kind of tags (interface specific or not):
some-prefix:1:mail
some-prefix:snf-nic-12345:mail
...
Dimitris Aragiorgis
04:02 pm Revision 95226ff3: Setup ebtables only for mac filtered setups
We used to drop DHCP requests for all bridged setups in case of
nfdhcpd. This requires ebtables setup for private vla...
Dimitris Aragiorgis
12:50 pm Revision a67910c4: Fix ebtables
1) Add ebtables in INPUT/OUTPUT chains too
This is needed because multicast packets
(e.g. with dst address 01:0...
Dimitris Aragiorgis
12:50 pm Revision 3f64dc08: Add sample rules in ifup-extra
Here we allows outgoing traffic with destination port 25.
Please note that every rule that is added when the corresp...
Dimitris Aragiorgis
12:50 pm Revision dc1bb18b: Support execution of extra script
In case of kvm-ifup, if an extra script (/etc/ganeti/ifup-extra)
exists, execute it before exiting.
An dummy example...
Dimitris Aragiorgis

02/28/2014

01:22 pm Revision 9aca216b: Bump version to 0.15.7-1~wheezy
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
01:20 pm Revision 8d888c63: Merge branch 'master' into debian-wheezy
Dimitris Aragiorgis
01:20 pm Revision 96cefca5: Bump version to 0.15.7
Dimitris Aragiorgis
01:20 pm Revision efce42cb: Fix typo in ebtables
If interface has an IP we used to add a rule that does not allow
packets coming from TAP to have a different IP. Ther...
Dimitris Aragiorgis
12:56 pm Revision c7b580d5: Do not add ebtables rule for dhcp response
nfdhpcd opens a socket and binds it with tap interface. So dhcp
response will NOT go though the bridge and ebtables r...
Dimitris Aragiorgis
12:34 pm Revision 4d3b0880: Refactor ifup-extra script
1) Look for all kind of tags (interface specific or not):
some-prefix:1:mail
some-prefix:snf-nic-12345:mail
...
Dimitris Aragiorgis

02/27/2014

05:49 pm Revision 52366a23: Fix ebtables
1) Add ebtables in INPUT/OUTPUT chains too
This is needed because multicast packets
(e.g. with dst address 01:0...
Dimitris Aragiorgis
05:49 pm Revision 054ff79a: Setup ebtables only for mac filtered setups
We used to drop DHCP requests for all bridged setups in case of
nfdhcpd. This requires ebtables setup for private vla...
Dimitris Aragiorgis

02/26/2014

03:25 pm Revision 56ed9805: Bump version to 0.15.6-1~wheezy
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
03:24 pm Revision 998347e0: Merge branch 'master' into debian-wheezy
Dimitris Aragiorgis
03:13 pm Revision 3c8da32d: Bump version to 0.15.6
Dimitris Aragiorgis
03:08 pm Revision dc1aa5d9: Add sample rules in ifup-extra
Here we allows outgoing traffic with destination port 25.
Please note that every rule that is added when the corresp...
Dimitris Aragiorgis

02/25/2014

01:07 pm Revision 53988d78: Bump version to 0.15.5-1~wheezy
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> Dimitris Aragiorgis
01:06 pm Revision 9943ed11: Merge branch 'master' into debian-wheezy
Dimitris Aragiorgis
01:06 pm Revision b2a2459e: Bump version to 0.15.5
Dimitris Aragiorgis
01:02 pm Revision 6980cb56: Add ifup-extra script
..in install and default.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Dimitris Aragiorgis
12:58 pm Revision 62ebfafe: Support execution of extra script
In case of kvm-ifup, if an extra script (/etc/ganeti/ifup-extra)
exists, execute it before exiting.
An dummy example...
Dimitris Aragiorgis
« Previous
Next »
 

Also available in: Atom