<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/l2tp, branch current</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</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2020-04-18T12:31:51+00:00</updated>
<entry>
<title>accel-ppp: T2314: use common tempplate for chap-secrets</title>
<updated>2020-04-18T12:31:51+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T10:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=267b3213ef0e6ac4501470bef797796276879421'/>
<id>urn:sha1:267b3213ef0e6ac4501470bef797796276879421</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe-server: T2314: migrate IPv6 to common CLI nodes with embeeded validation</title>
<updated>2020-04-18T12:31:51+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T10:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=901d5e89ec6e3fb0f3d13f90f0495a4dda592454'/>
<id>urn:sha1:901d5e89ec6e3fb0f3d13f90f0495a4dda592454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: migrate IPv6 prefix node to common CLI style</title>
<updated>2020-04-11T13:12:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-11T13:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=07080afd4015a900fb7474e1c81008f58b478565'/>
<id>urn:sha1:07080afd4015a900fb7474e1c81008f58b478565</id>
<content type='text'>
Combining multiple options into a single CLI node is considered bad practice.
IPv6 prefixes consited of the prefix itself and a mask send to the client in
one node only.

The following CLI parts have been migrated from

  client-ipv6-pool {
    delegate-prefix fc00:0:1::/48,64
    prefix 2001:db8::/64,64
  }

to

  client-ipv6-pool {
    delegate fc00:0:1::/48 {
      delegation-prefix 48
    }
    prefix 2001:db8::/48 {
      mask 64
    }
  }

Thus regular validation steps from the VyOS CLI can be used when a prefix is
configured.
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: simplify IPv6 config dictionary elements</title>
<updated>2020-04-11T11:12:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-11T11:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f8e9d1ecea05aa40555b7eb7e337f7fb9e495bae'/>
<id>urn:sha1:f8e9d1ecea05aa40555b7eb7e337f7fb9e495bae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: proper set PPP default values to ease Jinja2 template</title>
<updated>2020-04-11T09:25:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T22:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2928a338dee759d8635b87fc96abe090ebad80e5'/>
<id>urn:sha1:2928a338dee759d8635b87fc96abe090ebad80e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: migrate to new dictionary keys for radius auth</title>
<updated>2020-04-11T09:25:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T22:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=033062f56be9d531b1911e7d7516d7986aa68b46'/>
<id>urn:sha1:033062f56be9d531b1911e7d7516d7986aa68b46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: migrate to new dictionary keys for local auth</title>
<updated>2020-04-11T09:25:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T21:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=762d36d5b71d600e5f286a4f06c806a2e016ae7a'/>
<id>urn:sha1:762d36d5b71d600e5f286a4f06c806a2e016ae7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: combine WINS CLI syntax</title>
<updated>2020-04-11T09:25:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T17:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a533ca621567150732b58fc5176cd18b608f1f92'/>
<id>urn:sha1:a533ca621567150732b58fc5176cd18b608f1f92</id>
<content type='text'>
There is no reason to distinguish between WINS servers in terms of priority.
This is solely a task which can be done in the underlaying Python scripts.
</content>
</entry>
<entry>
<title>vpn: l2tp: T2264: combine IPv4/IPv6 name-server CLI syntax</title>
<updated>2020-04-11T09:25:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-10T17:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6a2e75dbe4003c6987c6932296e68c486ff7b380'/>
<id>urn:sha1:6a2e75dbe4003c6987c6932296e68c486ff7b380</id>
<content type='text'>
There is no reason to distinguish between an IPv4 and IPv6 name-server node
on the CLI - this can be done in the underlaying Python scripts.
</content>
</entry>
<entry>
<title>l2tp: pptp: pppoe: T2237: Fix chap-secrets template format</title>
<updated>2020-04-07T13:25:39+00:00</updated>
<author>
<name>DmitriyEshenko</name>
<email>dmitriy.eshenko@vyos.io</email>
</author>
<published>2020-04-07T13:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8cbbd2a9b32176172c05d22da5502b464b68e3a1'/>
<id>urn:sha1:8cbbd2a9b32176172c05d22da5502b464b68e3a1</id>
<content type='text'>
</content>
</entry>
</feed>
