Correct minor issues in OSPF6 (#4291)
Template for ospf6d.conf should call out ipv6, not ip, for both
route-map and prefix-list. Also, a rogue newline crept into
ospf6.volt - corrupting the enabled checkboxes in the Prefix Lists
tab.
Enable AgentX Integration in LLDP (#4249)
* Update lldpd
Add handler for agentx to add -x switch
* Update General.xml
Added AgentX field to model
* Update general.xml
Add field for agentx support
* Update lldpd
Rearrange ifs slightly
* Update Makefile
[13 lines not shown]
www/caddy: Complete Layer4 routing feature (#4281)
* www/caddy: Improve Layer 4 Routes to allow configurations outside the context of listener_wrappers, streaming and loadbalancing any TCP/UDP traffic on custom ports.
* www/caddy: Add validations for Layer 4 Routes.
* www/caddy: Control visibility of FromDomain in Layer4 based on Matcher. Remove need to always select * even when matcher does not support domains. Remove requirement for FromDomain, it is now validated based on selected Matcher.
* www/caddy: Cleanup validations, add isFieldChanged where applicable, removed weird old subdomain validation.
* www/caddy: Introduce InvertMatchers to invert any matchers, replacing the not tls sni matcher. Add HTTP and TLS without domain requirement as additional matchers. Add validations to ensure these matchers can not be chosen for listener_wrappers. Improve validations to ensure domain is empty when not using HTTP Host Header or TLS SNI Client Hello matchers.
* www/caddy: Bump model version. Add changelog.
* www/caddy: Since the prior validation demanded * and required FromDomain to be filled out, the new validation has to allow this too to avoid migration issues.
* www/caddy: Implement sequence number so rules can be sorted and be processed in custom order.