BUG-632: add initial configuration bits for TCP-MD5 35/6635/4
authorRobert Varga <rovarga@cisco.com>
Thu, 1 May 2014 14:30:35 +0000 (16:30 +0200)
committerRobert Varga <rovarga@cisco.com>
Fri, 2 May 2014 05:49:45 +0000 (07:49 +0200)
commit7ab1a67c8c8d3c9562dfa9c6b1b281078f41ea59
treeeb0098b7c728c64813e25fbe234bccbbafa8cd17
parentada764dfc0ef1784fc725b84045bddc2923247dc
BUG-632: add initial configuration bits for TCP-MD5

This patch adds the controller-config bit for tcp-md5 and modifies both
BGP and PCEP configurations to take advantage of it. Since the runtime
support is not universally available, these options are left
deactivated.

Change-Id: I61d455966aada9e0cc68dadab724994ba8dcb794
Signed-off-by: Robert Varga <rovarga@cisco.com>
bgp/controller-config/src/main/resources/initial/31-bgp.xml
bgp/controller-config/src/main/resources/initial/41-bgp-example.xml
pcep/controller-config/src/main/resources/initial/32-pcep.xml
pcep/controller-config/src/main/resources/initial/39-pcep-provider.xml
tcp-md5/controller-config/pom.xml [new file with mode: 0644]
tcp-md5/controller-config/src/main/resources/initial/20-tcpmd5.xml [new file with mode: 0644]
tcp-md5/pom.xml