Hello everyone
as mentioned on vyos.dev I would like to be accepted as a dev to be able to open feature requests (and then pull-requests):
If you are ready to contribute, contact @dmbaturin or @syncer via the forum .
I have not found any way to write private messages therefore I am writing this public post.
My user account on vyos.dev
is currently waiting for an administrator to be accepted.
Proposed changes :
I would like to make a few more timeout
setttings for haproxy
available from vyos:
default timeout connect
default timeout client
default timeout server
frontend timeout client
These changes should be trivial (more or less). I am currently in the process of writing them.
Thank you so much for this project !
Greetings,
Gregor
syncer
May 23, 2024, 10:54pm
2
Hi!
Just approved your account on https://vyos.dev
Welcome to the party!
Thank you so much @syncer ! ^^
1 Like
first PR done (to get my feet wet). Only fixes a small typo:
https://vyos.dev/T6391
vyos:current
← hirnpfirsich:T6391
opened 11:05PM - 23 May 24 UTC
## Change Summary
fix typo of help string in `timeout` section of `backend` `re… verse-prox/haproxy` configuration
## Types of changes
<!---
What types of changes does your code introduce? Put an 'x' in all the boxes that apply.
NOTE: Markdown requires no leading or trailing whitespace inside the [ ] for checking
the box, please use [x]
-->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes)
- [ ] Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
- [x] Other (please describe): typo
## Related Task(s)
https://vyos.dev/T6391
## Related PR(s)
## Component(s) name
## Proposed changes
## How to test
<!---
Please describe in detail how you tested your changes. Include details of your testing
environment, and the tests you ran. When pasting configs, logs, shell output, backtraces,
and other large chunks of text, surround this text with triple backtics
```
like this
```
-->
## Smoketest result
<!-- Provide the output of the smoketest
```
$ /usr/libexec/vyos/tests/smoke/cli/test_xxx_feature.py
test_01_simple_options (__main__.TestFeature.test_01_simple_options) ... ok
```
-->
## Checklist:
- [x] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-1x/blob/current/CONTRIBUTING.md) document
- [x] I have linked this PR to one or more Phabricator Task(s)
- [ ] I have run the components [**SMOKETESTS**](https://github.com/vyos/vyos-1x/tree/current/smoketest/scripts/cli) if applicable
- [x] My commit headlines contain a valid Task id
- [ ] My change requires a change to the documentation
- [ ] I have updated the documentation accordingly
3 Likes