Add support for RA configuration 77/5077/4
authorMarek Gradzki <[email protected]>
Mon, 6 Feb 2017 15:54:07 +0000 (16:54 +0100)
committerJan Srnicek <[email protected]>
Mon, 13 Feb 2017 09:42:04 +0000 (09:42 +0000)
commita54c5d0db782ea2dd06cc1a60df46fdbc945d138
treebd0492bd112d6561f4a4ec8c1963752f81a3fae7
parentb83a4a9d291991b07034c0889694eda247e9c8cd
Add support for RA configuration

Includes:

* ietf-routing model augmentation that addresses
  VPP specific RA options (HC2VPP-64)
* writers for RA cfg (HC2VPP-65)

Change-Id: Iea523caaddcf03e38c8e5e7c586f1606a44d335b
Signed-off-by: Marek Gradzki <[email protected]>
routing/routing-api/src/main/yang/vpp-routing-ra.yang [new file with mode: 0644]
routing/routing-impl/src/main/java/io/fd/hc2vpp/routing/write/PrefixCustomizer.java [new file with mode: 0644]
routing/routing-impl/src/main/java/io/fd/hc2vpp/routing/write/RouterAdvertisementsCustomizer.java [new file with mode: 0644]
routing/routing-impl/src/main/java/io/fd/hc2vpp/routing/write/RoutingInterfaceCustomizer.java [new file with mode: 0644]
routing/routing-impl/src/main/java/io/fd/hc2vpp/routing/write/RoutingWriterFactory.java