<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/version, branch 1.4.0</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.4.0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-05-30T15:28:48+00:00</updated>
<entry>
<title>reverse-proxy: T6409: Remove unused backend parameters</title>
<updated>2024-05-30T15:28:48+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-05-27T20:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a2a3a3e239534d5665f5992c3aacd15545904c87'/>
<id>urn:sha1:a2a3a3e239534d5665f5992c3aacd15545904c87</id>
<content type='text'>
(cherry picked from commit fb6602f431f5595b97ea3726467ec782fa50ceb8)
</content>
</entry>
<entry>
<title>nat: T6345: source NAT port mapping "fully-random" is superfluous in Kernel &gt;=5.0</title>
<updated>2024-05-23T14:19:40+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-22T19:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2c94114a3fe13ab9adc0be5b953a97584f0ab541'/>
<id>urn:sha1:2c94114a3fe13ab9adc0be5b953a97584f0ab541</id>
<content type='text'>
random - In kernel 5.0 and newer this is the same as fully-random. In earlier
kernels the port mapping will be randomized using a seeded MD5 hash mix using
source and destination address and destination port.

https://git.netfilter.org/nftables/commit/?id=fbe27464dee4588d906492749251454
(cherry picked from commit 7fe568ca1672f1dfbd2b56ee3ef7a6ab48b03070)
</content>
</entry>
<entry>
<title>pppoe-server: T6234: PPPoE-server pado-delay refactoring</title>
<updated>2024-05-01T15:34:47+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-04-25T10:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0891817c6f0b4d4bb3e8d4c21f2873ab43e1be26'/>
<id>urn:sha1:0891817c6f0b4d4bb3e8d4c21f2873ab43e1be26</id>
<content type='text'>
(cherry picked from commit 107ee099e82397b31fca8cf1ac3860cbf76f0596)
</content>
</entry>
<entry>
<title>openconnect: T4982: Support defining minimum TLS version in openconnect VPN</title>
<updated>2024-04-30T06:30:40+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-04-29T19:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ef665adb7e44ef03e7f3e6f2cd1db88315ffcbe1'/>
<id>urn:sha1:ef665adb7e44ef03e7f3e6f2cd1db88315ffcbe1</id>
<content type='text'>
(cherry picked from commit 9ff74d4370f0a5f66c303074796dab8b1ca5c4a5)
</content>
</entry>
<entry>
<title>T5535: firewall: migrate command &lt;set system ip disable-directed-broadcast&gt; to firewall global-optinos</title>
<updated>2024-04-15T14:41:29+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-04-15T14:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=67bc10841f088e4ccabc30b1442b43f8d5902f5e'/>
<id>urn:sha1:67bc10841f088e4ccabc30b1442b43f8d5902f5e</id>
<content type='text'>
(cherry picked from commit 76dcecafca977b640dd16d8e68c4a050ca1af4fb)
</content>
</entry>
<entry>
<title>container: T6208: rename "cap-add" CLI node to "capability"</title>
<updated>2024-04-07T00:02:42+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-06T19:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=597ee21fc3319fd685ee988d67838d058203fcf8'/>
<id>urn:sha1:597ee21fc3319fd685ee988d67838d058203fcf8</id>
<content type='text'>
Containers have the ability to add Linux system capabilities to them, this is
done using the "set container name &lt;name&gt; cap-add" command.

The CLI node sounds off and rather should be "set container name &lt;name&gt;
capability" instead as we use and pass a capability to a container and not
add/invent new ones.

(cherry picked from commit b30faa43c28b592febd83a7fd3a58247de6b27bc)
</content>
</entry>
<entry>
<title>T6068: T6171: change &lt;fail-over&gt; node from dhcp-server to &lt;high-availability&gt;. Also, add &lt;mode&gt; parameter in order to configure active-active or active-passive behavior for HA.</title>
<updated>2024-04-03T15:54:39+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-04-03T15:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c6e80f7ab8a241f75fab25f14d64ccb6750d6efe'/>
<id>urn:sha1:c6e80f7ab8a241f75fab25f14d64ccb6750d6efe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp-server: T6079: Disable duplicate static-mappings on migration</title>
<updated>2024-02-28T23:37:20+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2024-02-28T22:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=863e67beeff61819fb66e47a29becff8925dfdb7'/>
<id>urn:sha1:863e67beeff61819fb66e47a29becff8925dfdb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6029: Rewritten Accel-PPP services to an identical feature set</title>
<updated>2024-02-15T15:11:10+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-02-13T16:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8eec0b5b062b5f98a865949ac0f2a49d61b81199'/>
<id>urn:sha1:8eec0b5b062b5f98a865949ac0f2a49d61b81199</id>
<content type='text'>
Removed dhcp-interface option (l2tp)
Added wins-server (sstp)
Added description (ipoe, pppoe, sstp, pptp)
Added exteded-script (l2tp, sstp, pptp)
Added shaper (ipoe, pptp, sstp, l2tp)
Added limits (ipoe, pptp, sstp, l2tp)
Added snmp ( ipoe, pptp,sstp, l2tp)
Refactoring and reformated code.

(cherry picked from commit ac6a16f6c5ad7700789759e1ec093236c2e182a2)
</content>
</entry>
<entry>
<title>T5960: Rewritten authentication node in PPTP to a single view</title>
<updated>2024-02-09T07:23:30+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-02-07T10:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3e1a585f9714ffa990bb5751c7a4c7025d7c02fa'/>
<id>urn:sha1:3e1a585f9714ffa990bb5751c7a4c7025d7c02fa</id>
<content type='text'>
Rewritten authentication node in accel-ppp services
to a single view. In particular - PPTP authentication.

(cherry picked from commit 018110200c9a82815dd5d0510f0732d7159c0d59)
</content>
</entry>
</feed>
