Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new parameters from RouterOS 7.16 release #323

Merged

Conversation

derdeagle
Copy link
Contributor

SUMMARY
/interface/bridge
  • forward-reserved-addresses with default value False
  • max-learned-entries with default value auto
/ip/neighbor/discovery-settings
  • lldp-mac-phy-config with default value False (from Router OS 7.15 release)
  • discover-interval with default value 30s
  • lldp-vlan-info with default value False
/ip/settings
  • ipv4-multipath-hash-policy with default value l3
/ipv6/settings
  • multipath-hash-policy with default value l3
/ip/dhcp-server/option
  • comment
/ip/dhcp-server/option/sets
  • comment
/ip/dhcp-server/matcher
  • comment
/tool/netwatch
  • acccept-icmp-time-exceeded with default value False
  • ttl with defaut value 255
/ip/service
  • max-sessions with default value 20
ISSUE TYPE
  • Feature Pull Request

h3. /interface/bridge

- `forward-reserved-addresses` with default value `False`
- `max-learned-entries` with default value `auto`

h3. /ip/neighbor/discovery-settings

- `lldp-mac-phy-config` with default value `False` (from Router OS 7.15
release)
- `discover-interval` with default value `30s`
- `lldp-vlan-info` with default value `False`

h3. /ip/settings

- `ipv4-multipath-hash-policy` with default value `l3`

h3. /ipv6/settings

- `multipath-hash-policy` with default value `l3`

h3. /ip/dhcp-server/option

- `comment`

h3. /ip/dhcp-server/option/sets

- `comment`

h3. /ip/dhcp-server/matcher

- `comment`

h3. /tool/netwatch

- `acccept-icmp-time-exceeded` with default value `False`
- `ttl` with defaut value `255`

h3. /ip/service

- `max-sessions` with default value `20`

Add changelog fragment
Copy link
Collaborator

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

changelogs/fragments/323-add-ros-7.16-parameters.yml Outdated Show resolved Hide resolved
@felixfontein felixfontein merged commit b499d9d into ansible-collections:main Oct 14, 2024
47 checks passed
@felixfontein
Copy link
Collaborator

@derdeagle thanks!

@derdeagle
Copy link
Contributor Author

My pleasure ;)

@derdeagle derdeagle deleted the add-parameters-from-ros-7.16 branch October 15, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants