<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include, branch 1.3.2</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=1.3.2</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2022-08-01T16:24:38+00:00</updated>
<entry>
<title>mtu: T4572: Add DHCP-option MTU to get values from DHCP-server</title>
<updated>2022-08-01T16:24:38+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-08-01T13:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=67583141f433c31ebccc8eeba06b2b285636e680'/>
<id>urn:sha1:67583141f433c31ebccc8eeba06b2b285636e680</id>
<content type='text'>
Ability to get MTU from DHCP-server and don't touch it per
any interface change if interface 'dhcp-options mtu' is
configured

(cherry picked from commit 29b0ee30bf2622a40ca3d17e3f6b9e94e5b62072)
</content>
</entry>
<entry>
<title>Merge pull request #1392 from sever-sever/T4507-eq</title>
<updated>2022-07-09T09:32:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-07-09T09:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ddfb571f83ce54dbb137959b9e635651cb7f1679'/>
<id>urn:sha1:ddfb571f83ce54dbb137959b9e635651cb7f1679</id>
<content type='text'>
accel-ppp: T4373: T4507: Add options multiplier for shaper</content>
</entry>
<entry>
<title>pppoe-server: T4373: Add option multiplier for correct shaping</title>
<updated>2022-07-05T12:31:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-07-05T12:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=14a7a85b49ccb6c961b7919fb25aff03504ba0db'/>
<id>urn:sha1:14a7a85b49ccb6c961b7919fb25aff03504ba0db</id>
<content type='text'>
Multiplier option is required by some vendors for correct shaping
For RADIUS based rate-limits

edit service pppoe-server
set authentication radius rate-limit multiplier '0.001'
</content>
</entry>
<entry>
<title>ntp: T4456: support listening on specified interface</title>
<updated>2022-07-04T18:36:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-07-04T18:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2aab1a726a2083e943df1f6c4200e1ba30b50f33'/>
<id>urn:sha1:2aab1a726a2083e943df1f6c4200e1ba30b50f33</id>
<content type='text'>
When clients only use DHCP for interface addressing we can not bind NTPd to
an address - as it will fail if the address changes. This commit adds support
to bind ntpd to a given interface in addition to a given address.

set system ntp interface &lt;name&gt;

(cherry picked from commit 6732df1edd632b56d3d02970939f51d05d4262e9)
</content>
</entry>
<entry>
<title>Merge pull request #1271 from sever-sever/T2580-equ</title>
<updated>2022-06-09T17:03:51+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-06-09T17:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a3559f7e429c86ccdfeeac0aaddfc054be403368'/>
<id>urn:sha1:a3559f7e429c86ccdfeeac0aaddfc054be403368</id>
<content type='text'>
ipoe: T2580: Add pools and gateway options</content>
</entry>
<entry>
<title>dhcp6: pd: T4447: bugfix sla-id limits (must be greater then 128</title>
<updated>2022-05-27T06:38:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-27T06:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9c37885c89a8a1e8f4ec6894e21bab2b385a8713'/>
<id>urn:sha1:9c37885c89a8a1e8f4ec6894e21bab2b385a8713</id>
<content type='text'>
The sla-id parameter of DHCPv6 prefix delegations is limited to 128. While this
is enough to use all /64 subnets of a /57 prefix, with a /56 prefix that is no
longer sufficient.

Increased sla-id length tp 65535 so one could delegate an entire /48.

(cherry picked from commit 283276d457a09c100416c0d4ffccd4f94ccd2540)
</content>
</entry>
<entry>
<title>ipoe: T2580: Add pools and gateway options</title>
<updated>2022-05-25T14:00:16+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-04-04T10:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e37cd20355949993988b333bad05b1278f4e3dc0'/>
<id>urn:sha1:e37cd20355949993988b333bad05b1278f4e3dc0</id>
<content type='text'>
Add new feature to allow to use named pools
Can be used also with Radius attribute 'Framed-Pool'

set service ipoe-server client-ip-pool name POOL1 gateway-address '192.0.2.1'
set service ipoe-server client-ip-pool name POOL1 subnet '192.0.2.0/24'
</content>
</entry>
<entry>
<title>monitoring: T4315: Add telegraf output plugin prometheus-client</title>
<updated>2022-05-09T08:46:16+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-05-05T16:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=749c69b1c8fce968ea9bbf9dec5e2a18ab4a2c6d'/>
<id>urn:sha1:749c69b1c8fce968ea9bbf9dec5e2a18ab4a2c6d</id>
<content type='text'>
Add output Plugin "prometheus-client" for telegraf

set service monitoring telegraf prometheus-client xxx
</content>
</entry>
<entry>
<title>isis: T4336: add support for MD5 authentication password on a circuit</title>
<updated>2022-04-06T18:18:06+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-03T10:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=982cb6768f8bc9255d68ebb7669421c7410ec080'/>
<id>urn:sha1:982cb6768f8bc9255d68ebb7669421c7410ec080</id>
<content type='text'>
(cherry picked from commit a6c936997611de85dc73152297679d0b53095713)
</content>
</entry>
<entry>
<title>Revert "backport: T4515: T4219: policy local-route6 and inbound-interface support"</title>
<updated>2022-03-28T16:49:24+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2022-03-28T16:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=45a2a7d0adc7e9d27d6c7aee1ccbd9b64a1437ad'/>
<id>urn:sha1:45a2a7d0adc7e9d27d6c7aee1ccbd9b64a1437ad</id>
<content type='text'>
</content>
</entry>
</feed>
