<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/haproxy, 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>2025-05-20T14:47:01+00:00</updated>
<entry>
<title>Merge pull request #4511 from sever-sever/T7335</title>
<updated>2025-05-20T14:47:01+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-05-20T14:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=20ebbe36c3798383134854f3333bbbd2c2413043'/>
<id>urn:sha1:20ebbe36c3798383134854f3333bbbd2c2413043</id>
<content type='text'>
T7335: Fix typo for HAproxy help redirect-location path</content>
</entry>
<entry>
<title>xml: T7467: remove ^/$ wrapping from validation regexes</title>
<updated>2025-05-20T12:54:06+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-05-20T12:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=de7af067e8a62471437d97c96de2078cdbe22b0a'/>
<id>urn:sha1:de7af067e8a62471437d97c96de2078cdbe22b0a</id>
<content type='text'>
since the validation utility adds them implicitly
</content>
</entry>
<entry>
<title>T7335: Fix typo for HAproxy help redirect-location path</title>
<updated>2025-05-16T10:57:59+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-05-16T10:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7b47ce030cca8adb56dcf3fdfc96dab7ab0ed950'/>
<id>urn:sha1:7b47ce030cca8adb56dcf3fdfc96dab7ab0ed950</id>
<content type='text'>
</content>
</entry>
<entry>
<title>haproxy: T7429: remove unsupported logging facility and log level</title>
<updated>2025-05-08T20:51:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-05-05T18:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=876786654552b40180a34b73c6eb327722d09e15'/>
<id>urn:sha1:876786654552b40180a34b73c6eb327722d09e15</id>
<content type='text'>
VyOS 1.4.1 implemented support for logging facilities for HAProxy. The
facilities got included from the syslog XML definition, which also added
"virtual" or non existing facilities in HAProxy, namely: all, authpriv and mark.

If any of the above facilities is set, HAProxy will not start.

The XML definition for syslog also came with an arbitrary log-level "all" that
is also unsupported in HAProxy.

This commit adds a migration script removing the illegal CLI nodes.
</content>
</entry>
<entry>
<title>T7190: Add haproxy default timeout options configurable</title>
<updated>2025-02-24T10:28:33+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-02-22T15:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fe20eae99ebdb7781f74ada3a7c13a848ea75bcc'/>
<id>urn:sha1:fe20eae99ebdb7781f74ada3a7c13a848ea75bcc</id>
<content type='text'>
Add the ability to configurate default timeout and frontend
client timeout

```
set load-balancing haproxy service web timeout client '600'
set load-balancing haproxy timeout check '4'
set load-balancing haproxy timeout client '600'
set load-balancing haproxy timeout connect '12'
set load-balancing haproxy timeout server '120'
```
</content>
</entry>
<entry>
<title>Merge pull request #4293 from indrajitr/haproxy-backend-completion</title>
<updated>2025-01-09T15:20:04+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-09T15:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8470f7d076397cb2afec96f185f145034ca01686'/>
<id>urn:sha1:8470f7d076397cb2afec96f185f145034ca01686</id>
<content type='text'>
haproxy: T5222: Enable backend completion in service ruleset</content>
</entry>
<entry>
<title>xml: T5738: Reuse predefined regex constraint</title>
<updated>2025-01-09T06:31:05+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2025-01-09T06:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=be7fcf68576a8299185080c0da37f46e15489c41'/>
<id>urn:sha1:be7fcf68576a8299185080c0da37f46e15489c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>haproxy: T5222: Enable backend completion in service ruleset</title>
<updated>2025-01-09T06:22:50+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2025-01-09T06:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=de1aedac060d80ada7a103b27a02c9f794c9f03a'/>
<id>urn:sha1:de1aedac060d80ada7a103b27a02c9f794c9f03a</id>
<content type='text'>
Enable completion for backend in haproxy service ruleset like so:

```
set load-balancing haproxy service NAME rule 10 set backend
```
</content>
</entry>
<entry>
<title>T6539: add logging options to load-balancer reverse-proxy</title>
<updated>2024-07-03T23:41:25+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2024-07-01T17:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dd5908eac390294ea178953fc0e6821d803d62f6'/>
<id>urn:sha1:dd5908eac390294ea178953fc0e6821d803d62f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse-proxy: T6454: Set default value of http for haproxy mode</title>
<updated>2024-06-07T11:30:22+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-06-07T10:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=60d7c0ecaff49ec62f4600a460f5fbe7b26a0d9c'/>
<id>urn:sha1:60d7c0ecaff49ec62f4600a460f5fbe7b26a0d9c</id>
<content type='text'>
</content>
</entry>
</feed>
