From 6fd250ea8e5488faadf66cdeadc55d8ee49cc9f7 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Sun, 10 Sep 2023 22:24:27 +0000 Subject: T5559: Add static neighbor-proxy feature Ability to set ip neigbhor proxy set protocols static neighbor-proxy arp 192.0.2.1 interface 'eth0' set protocols static neighbor-proxy arp 192.0.2.2 interface 'eth0' set protocols static neighbor-proxy nd 2001:db8::1 interface 'eth1' (cherry picked from commit c56af995b6e3d867c2a67deeb4be79e498f0a7cf) --- .../protocols_static_neighbor-proxy.xml.in | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 interface-definitions/protocols_static_neighbor-proxy.xml.in (limited to 'interface-definitions') diff --git a/interface-definitions/protocols_static_neighbor-proxy.xml.in b/interface-definitions/protocols_static_neighbor-proxy.xml.in new file mode 100644 index 000000000..1c8433a39 --- /dev/null +++ b/interface-definitions/protocols_static_neighbor-proxy.xml.in @@ -0,0 +1,48 @@ + + + + + + + + + Neighbor proxy parameters + + + + + IP address for selective ARP proxy + + ipv4 + IPv4 destination address allowed for proxy-arp + + + + + + + #include + + + + + IPv6 address for selective NDP proxy + + ipv6 + IPv6 destination address + + + + + + + #include + + + + + + + + + -- cgit v1.2.3