Commit Graph

1235 Commits

Author SHA1 Message Date
Franco Fichtner f67b03e0fb net/zerotier: register device from plugin 2022-08-29 09:56:28 +02:00
Michael 86135ce282 net/wireguard: adjust naming validation (#3102) 2022-08-29 08:29:55 +02:00
Franco Fichtner 2c54478a8a net/frr: new version and migrate to NAME_setup use
PR: https://github.com/opnsense/core/issues/5917
2022-08-19 09:23:31 +02:00
Patrik Kernstock b867e45c22 Allow specifying multiple PrefixLists and CommunityLists 2022-08-19 09:19:36 +02:00
Frank Wall e2611c0b9f net/haproxy: bump model version 2022-08-10 21:03:40 +02:00
Jan Winkler 48abe360bb net/haproxy: bump version 2022-08-09 15:21:23 +02:00
Jan Winkler 996c01166d net/haproxy: add 2 new cache parameters, closes #2908 2022-08-09 15:11:45 +02:00
Franco Fichtner 8dd163fd48 net/relayd: phpunit 9 fix 2022-08-05 10:52:32 +02:00
Franco Fichtner 4c74529f61 plugins: remove obsolete _var_mfs; closes #3002 2022-08-01 09:29:17 +02:00
Franco Fichtner 9f89264b38 net/haproxy: bump revision for fix 2022-08-01 08:08:50 +02:00
Frank Wall 7d682dd143 Merge pull request #3043 from g-a-c/haproxy-php8-deprecations
Re-order function parameters due to PHP8 deprecation notice
2022-07-27 14:48:52 +02:00
Michael d27499dbcc net/freeradius: Remove TTLS-GTC from default eap type (#3052) 2022-07-27 08:57:27 +02:00
Gavin Chappell ad0905e575 missed one function 2022-07-15 21:52:43 +01:00
Gavin Chappell 19c614ee00 Re-order function parameters due to PHP8 deprecation notice
This changes the parameters for four functions in HAProxy.php.

The ACME Client appears to call these functions with positional rather than named params
so also switch the order of the parameters in these function calls in
2022-07-15 21:31:29 +01:00
Franco Fichtner ffa4e71576 net/firewall: bump version for change 2022-07-04 12:27:48 +02:00
Maurice Walker 40b4fb4f14 net/tayga: add custom IPv6 routing feature (#2313)
* Convert TAYGA virtual interface to interface group

Allows nat64 interface assignment (required for adding custom routes).

* Add nat64 interface to tayga interface group

Required because TAYGA virtual interface was converted to interface group in c350c81e49a89b9d57d3a86355907910b589a098.

* Add TAYGA configuration item to disable IPv6 route

* Add TAYGA GUI option to disable IPv6 prefix route

Required for adding custom routes.

* Add variable for disabling TAYGA IPv6 route

Required for adding custom routes.

* Add IPv6 route disable switch to TAYGA rc.d

Required for adding custom routes.

* Update TAYGA plugin to version 1.2

New feature: Custom IPv6 Routing

* Update TAYGA plugin to version 1.2

New feature: Custom IPv6 Routing

* Configure routes after TAYGA start

Required for custom routes.
2022-06-29 15:16:17 +02:00
corentin 285dcd88c3 read Filter property instead of FilterRule 2022-06-20 15:56:37 +02:00
Franco Fichtner 216ecc2c5c net/frr: document latest change, no version bump 2022-06-09 15:32:31 +02:00
Ad Schellevis 3370683d1e net/frr - BGP weight option and bug fix for disable-connected-check option (#2993)
* net/frr add bgp weight attribute and move disable-connected-check to the correct place. it looked like "community lists" missed a toggle action, added that as well.
2022-06-03 19:19:19 +02:00
Franco Fichtner 86a8cfc43e net/frr: prepare for next release 2022-05-25 15:04:13 +02:00
Ad Schellevis f98282b821 net/frr add disable-connected-check option (#2989)
While working on an Azure setup where the neighbor isn't within visible range, we stumbled upon the "disable-connected-check" option to allow loopback addresses.
Reading a bit further there seem to be different ways of dealing with similar kind of situations.

Either by setting an ebgp-multihop ttl value or to enable the disable-connected-check option. Since the multihop didn't come with a help text, it seemed like a good idea to add at least the upstream frr one. Knowning that the current multihop fieldtype currently is wrong ("enabling" will set a ttl of 255, where it should have been a number)
2022-05-24 17:45:09 +02:00
Budiman Jojo 579adb0ea9 net/wireguard: fix newlines and typos (#2983) 2022-05-16 11:59:19 +02:00
Franco Fichtner 576e202b39 net/wireguard: update changelog 2022-05-16 09:23:10 +02:00
Michael b6f550e0df Update resolve-dns.bash (#2984) 2022-05-14 12:46:50 +02:00
Malware Utkonos 8f8714c769 Trim whitespace around public and private keys in config. (#2982) 2022-05-13 20:07:19 +02:00