<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/ndppd, branch current-merge-commit-handling</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=current-merge-commit-handling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current-merge-commit-handling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-12-20T22:21:07+00:00</updated>
<entry>
<title>T2898: add ndp-proxy service</title>
<updated>2023-12-20T22:21:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-19T06:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4d721a58020971d00ab854c37b68e88359999f9c'/>
<id>urn:sha1:4d721a58020971d00ab854c37b68e88359999f9c</id>
<content type='text'>
VyOS CLI command
  set service ndp-proxy interface eth0 prefix 2001:db8::/64 mode 'static'

Will generate the following NDP proxy configuration

  $ cat /run/ndppd/ndppd.conf
  # autogenerated by service_ndp-proxy.py

  # This tells 'ndppd' how often to reload the route file /proc/net/ipv6_route
  route-ttl 30000

  # This sets up a listener, that will listen for any Neighbor Solicitation
  # messages, and respond to them according to a set of rules
  proxy eth0 {
      # Turn on or off the router flag for Neighbor Advertisements
      router no
      # Control how long to wait for a Neighbor Advertisment message before invalidating the entry (milliseconds)
      timeout 500
      # Control how long a valid or invalid entry remains in the cache (milliseconds)
      ttl 30000

      # This is a rule that the target address is to match against. If no netmask
      # is provided, /128 is assumed. You may have several rule sections, and the
      # addresses may or may not overlap.
      rule 2001:db8::/64 {
          static
      }
  }
</content>
</entry>
<entry>
<title>T5681: Firewall,Nat and Nat66: simplified and standarize interface matcher (valid for interfaces and groups) in firewal, nat and nat66.</title>
<updated>2023-10-25T11:59:01+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-10-25T11:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=51abbc0f1b2ccf4785cf7f29f1fe6f4af6007ee6'/>
<id>urn:sha1:51abbc0f1b2ccf4785cf7f29f1fe6f4af6007ee6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T4353: fix Jinja2 linting errors</title>
<updated>2022-05-01T18:08:28+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-01T18:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9eab0cdd0bbea0f899af5a7d68cc63523a12a703'/>
<id>urn:sha1:9eab0cdd0bbea0f899af5a7d68cc63523a12a703</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ndppd: T4333: migrate to new vyos_defined Jinja2 test</title>
<updated>2022-04-13T20:55:46+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-13T20:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=291a161106f5c239d72200ae62c10c01f5ed6e9f'/>
<id>urn:sha1:291a161106f5c239d72200ae62c10c01f5ed6e9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nat66: ndppd: T2518: rename Jinja2 template folder to match common naming convention</title>
<updated>2021-08-18T07:30:33+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-18T07:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c9ad82ef583a1f44f84c7e69124f2a5d868da857'/>
<id>urn:sha1:c9ad82ef583a1f44f84c7e69124f2a5d868da857</id>
<content type='text'>
</content>
</entry>
</feed>
