lp:~hipl-core/hipl/shotgun_srcaddr

Created by Miika Komu and last modified
Get this branch:
bzr branch lp:~hipl-core/hipl/shotgun_srcaddr
Members of HIPL core team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
HIPL core team
Project:
HIPL
Status:
Development

Recent revisions

6078. By Miika Komu

Re-enabled "shotgun" extension for hipconf

The shotgun extension sends multiple I1/UPDATE messages to find a
working address pair. Somebody disabled the extension in hipconf, but
just partially. This commit re-enables the shotgun functionality (which
seems to working as reported in bug report lp:592177).

6077. By Miika Komu

Another stab to fix DNS proxy boot-up problems in Ubuntu Natty.

Revision 6076 did not do the trick to fix DNS problems when dnsmasq and
DNS proxy are running in the same system (#845677). The issue was subtle
and seems to reappear randomly. This commit has an additional safe guard
(higher priority for init.d) which I hope will fix the problem. I have
tested the bug fix both in LTS and Natty.

6076. By Miika Komu

Changed start-up priority of the DNS proxy in Ubuntu/Debian

As bug id #845677 states, I've had some problems during boot in my
Ubuntu Natty when both DNS proxy and dnsmasq are installed. The root of
the problem seems to be that DNS proxy starts too fast and there's a
race condition with dnsmasq. Diego suggested a fix the bug in init.d
scripts and it seems to work just fine.

6075. By Diego Biurrun

debian: reflect dependency on (possibly remotely-mounted) /usr in init scripts

The HIPL init scripts depend on /usr to start the HIPL binaries. /usr may be
remotely-mounted, so depend on remote filesystems being mounted before running.
reference: http://wiki.debian.org/LSBInitScripts

6074. By David Martin

Use /lib/core/ state definitions instead of local ones in conntrack.c.

The prior definitions weren't used except for the initial state making
the enum rather pointless. As of now the state in connections is still
unused but it will be used to track connection information in the
future.

6073. By David Martin

Remove unused state attribute from firewall connection tuples.

The state exists for both initiator and responder but it's only changed
initially on creation and when the connection is closed. It's never read
or used in any way. Therefore scrap it.

6072. By Henrik Ziegeldorf

Added tests for serialization and deserialization of RSA keys.

6071. By David Martin

conntrack: avoid code duplication in get_tuple_by_hip().

get_tuple_by_hits() performs the same iteration on the list of
connection tuples, call this instead of having it twice in the
code.

6070. By Diego Biurrun <email address hidden>

conntrack: replace some pointless gotos by direct return

6069. By Diego Biurrun <email address hidden>

conntrack: change if/else cascade to switch statement

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:hipl
This branch contains Public information 
Everyone can see this information.

Subscribers