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:
```
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
- [ ] 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
## Smoketest result
## 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