<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/https, branch 1.3.2</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.2</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2022-05-26T09:09:37+00:00</updated>
<entry>
<title>http-api: T4442: Add action reset</title>
<updated>2022-05-26T09:09:37+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-05-26T09:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d15af8e9fdc32bd2e3471a300d9cf32e8eff00a0'/>
<id>urn:sha1:d15af8e9fdc32bd2e3471a300d9cf32e8eff00a0</id>
<content type='text'>
Add action 'reset' (op-mode) for HTTP-API
http://localhost/reset

curl --unix-socket /run/api.sock -X POST -Fkey=mykey \
  -Fdata='{"op": "reset", "path": ["ip", "bgp", "192.0.2.14"]}' \
  http://localhost/reset
</content>
</entry>
<entry>
<title>http: api: T4055: add VRF support</title>
<updated>2021-12-25T23:10:41+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-25T23:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=acf90165456e87cff19f45053261667803255c8e'/>
<id>urn:sha1:acf90165456e87cff19f45053261667803255c8e</id>
<content type='text'>
(cherry picked from commit 4aaf0ba69139d84f89e5c3feee6edd845af8d1e5)
</content>
</entry>
<entry>
<title>http-api: T4071: allow API to bind to unix domain socket</title>
<updated>2021-12-14T15:53:35+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-12-10T20:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=1b0007a01fd541b5f31ed94518e786a998bd6f43'/>
<id>urn:sha1:1b0007a01fd541b5f31ed94518e786a998bd6f43</id>
<content type='text'>
(cherry picked from commit 0e3c35e6517f5cfebb4206c735a2ea976a7fd383)
</content>
</entry>
<entry>
<title>https: T4055: add vrf support</title>
<updated>2021-12-09T22:36:20+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-06T19:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=fc7b8a225879a216788b68fefba5390e9d9f0ee4'/>
<id>urn:sha1:fc7b8a225879a216788b68fefba5390e9d9f0ee4</id>
<content type='text'>
(cherry picked from commit 955f260ce682d64d27b3b11e618b1ae0176e4b91)
</content>
</entry>
<entry>
<title>http-api: T2768: example using GraphQL for high-level config operations</title>
<updated>2021-11-07T21:21:50+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-08-05T16:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f87f6c249535453b8bd3718dc7cdc84dcbbdbe13'/>
<id>urn:sha1:f87f6c249535453b8bd3718dc7cdc84dcbbdbe13</id>
<content type='text'>
(cherry picked from commit b168b4cc7da456f14714d917cdc7a1c6b8df9af5)
</content>
</entry>
<entry>
<title>http api: T3412: use FastAPI as web framework; support application/json</title>
<updated>2021-11-07T21:21:50+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-03-26T16:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=37c3ebc8aba14ba7605fbbb9c4013cbd2513400d'/>
<id>urn:sha1:37c3ebc8aba14ba7605fbbb9c4013cbd2513400d</id>
<content type='text'>
Replace the Flask micro-framework with FastAPI, in order to support
extensions to the API and OpenAPI 3.* generation. This change will
remain backwards compatible with previous versions. Notably, the
multipart forms version of requests remain supported; in addition
application/json requests are now natively supported.

(cherry picked from commit 0125fff200efe3259aa25953e7505f69679261f8)
</content>
</entry>
<entry>
<title>https: T2230: only support TLS1.2 and TLS1.3</title>
<updated>2021-09-06T15:30:45+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-06T07:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=424c08b6a8710de99ea38d331875277ceeb6dfa3'/>
<id>urn:sha1:424c08b6a8710de99ea38d331875277ceeb6dfa3</id>
<content type='text'>
(cherry picked from commit 7546e249708de3e0b4bf8f89912caf73265edd60)
</content>
</entry>
<entry>
<title>nginx: T3740: use bracketize_ipv6 Jinja2 filter on server address</title>
<updated>2021-08-13T10:34:37+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-13T10:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=377df2b8abeaae051bcec5be5126494d3b003b2d'/>
<id>urn:sha1:377df2b8abeaae051bcec5be5126494d3b003b2d</id>
<content type='text'>
(cherry picked from commit f3df9e97c6bedd305133e860654fc0213c12fd6b)
</content>
</entry>
<entry>
<title>https: T3357: redirect http request on non-standard https port</title>
<updated>2021-02-26T20:45:53+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-02-26T17:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=66b399b3f7ab5640c341355f6fd3234df661f85a'/>
<id>urn:sha1:66b399b3f7ab5640c341355f6fd3234df661f85a</id>
<content type='text'>
(cherry picked from commit 2c798f7b9064bc9833935eae534a885b97d34738)
</content>
</entry>
<entry>
<title>T3029 Correct generated nginx content</title>
<updated>2020-10-29T11:02:25+00:00</updated>
<author>
<name>Cédric Jeanneret</name>
<email>cjeanneret@internux.ch</email>
</author>
<published>2020-10-29T11:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=affc21819be92a0d19541a14184ceea7218c4ce8'/>
<id>urn:sha1:affc21819be92a0d19541a14184ceea7218c4ce8</id>
<content type='text'>
The redirection was using the wrong variable ($server_name),
making the browser going to https://_ instead of the right
variable.
</content>
</entry>
</feed>
