Samuel Thibault
e7db528544
Add lcp_renegotiation option
...
To support proxy LCP negotiation.
Note: we *have* to take the auth id from the proxy answer, otherwise we would
replay previous ids, for which the client might cache the answer and thus
ignore our new challenge and just repeat their outdated answer.
2025-04-18 14:41:36 -04:00
Samuel Thibault
b2942b3c53
cluster: Support running multiple instances on the same host
...
With IP_MULTICAST_LOOP they can see each other. We "just" have to make sure
they use different IP addresses and route metrics to distinguish from each
other.
2025-03-31 03:45:19 +02:00
Samuel Thibault
0845ec8a19
Add route_metric option
...
To be able to keep different routes from several running l2tpns instances.
2025-03-30 17:12:01 +02:00
Samuel Thibault
b793850d2f
Add route_protocol option
...
To be able to distinguish routes from several running l2tpns instances.
2025-03-30 17:11:53 +02:00
Samuel Thibault
44b01d70c6
regenerate docs
2025-03-30 12:01:08 +02:00
Samuel Thibault
450467d626
Fix split words
2025-03-25 02:24:40 +01:00
Samuel Thibault
c8c24f515b
Fix links
2025-03-25 02:21:10 +01:00
Samuel Thibault
cc012e18fa
Add MessageAuthenticator support
...
To address RadiusBLAST vulnerability.
Fixes #16
2024-10-20 01:43:26 +02:00
Samuel Thibault
1b9c50df98
Comment on memory needs for igmp6 subscriptions
2024-05-13 20:14:38 +02:00
Samuel Thibault
a9e18411d3
Add L2TP offloading support
...
Fixes #13
Also-by: Dominique Martinet <asmadeus@codewreck.org>
2024-05-13 20:14:38 +02:00
Samuel Thibault
deed73f28f
typo
2024-01-14 18:26:48 +01:00
Samuel Thibault
6be06966e3
Use Makefile rules to generate documentation
...
And regenerate documentation.
2023-12-24 15:42:03 +01:00
Samuel Thibault
986961ad5d
Add missing mp_mrru option in manpage source
2023-12-24 15:33:09 +01:00
Samuel Thibault
8e7bfa9a77
Add mp_mrru option
...
Some equipments seem not able to actually put options in Configure-Reject
messages, so we then have to disable MRRU by hand.
2023-02-07 12:45:29 +01:00
Samuel Thibault
71a60411a1
Use newer radius port 1812 by default
...
1645 has been marked as "old-radius" for a long time.
2022-05-28 09:33:05 +02:00
Julien Rabier
f261d4fffe
Clean source manpages
2021-02-05 14:35:05 +01:00
Sebastien Badia
b45df29dc7
docs: gen-docs - Fix pandoc options and re-generate manpages
...
Tested with:
LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man \
--warnings -E UTF-8 -l -Tutf8 -Z docs/manpages/startup-config.5 > /dev/null
2021-01-31 23:40:56 +01:00
Sebastien Badia
bf1e1d2d8a
docs: man - Fix manpages headers, fix dead links
2021-01-31 23:34:37 +01:00
Julien Rabier
72609641db
Convert docbook documentation to markdown, add build mechanism using pandoc
2021-01-31 17:07:13 +01:00