ovs-monitor-ipsec: Use "require" when adding SPD entries.
authorJustin Pettit <jpettit@nicira.com>
Tue, 18 Jan 2011 08:01:24 +0000 (00:01 -0800)
committerJustin Pettit <jpettit@nicira.com>
Thu, 20 Jan 2011 01:52:12 +0000 (17:52 -0800)
commitf916d1ccdc02843d1564c9c227b3b8aead8b3a06
tree4a39dbc711fd731910b9b2596e16502bf3f94adf
parent0671665d935c88ebccc49675cbc615c108d9716d
ovs-monitor-ipsec: Use "require" when adding SPD entries.

Previously, SPD entries were added with a level of "default".  This uses
the system-wide default for the protocol when processing a matching
packet.  Switch the level to "require" so that a SA is always used when
sending the packet.
debian/ovs-monitor-ipsec