Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bridging... 24/5524/7
authorNeale Ranns <nranns@cisco.com>
Sat, 18 Feb 2017 08:03:54 +0000 (00:03 -0800)
committerOle Trøan <otroan@employees.org>
Wed, 8 Mar 2017 09:47:03 +0000 (09:47 +0000)
Introducate a new API command:
  ip6 nd proxy <host-address> <interface>

this indicates 2 things;
 1) that host <host-address> is reachable out of interface <interface>. VPP will thus install that route.
 2) NS requests sent to <host-address> will be responeded to (i.e. proxied).

Change-Id: I863f967fdb5097ab3b574769c70afdbfc8d5478a
Signed-off-by: Neale Ranns <nranns@cisco.com>

No differences found