Page MenuHomeVyOS Platform

Rewrite DHCP op mode in the new style
Closed, ResolvedPublicFEATURE REQUEST

Description

Let's keep it command compatible whenever possible.

Details

Difficulty level
Normal (likely a few hours)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Internal change (not visible to end users)

Event Timeline

dmbaturin created this task.
syncer lowered the priority of this task from High to Low.Oct 20 2018, 5:02 AM

VyOS 1.2.2 only contains DHCP op mode definitions from the following packages:

$ find /opt/vyatta/share/vyatta-op/templates -name "*dhcp*" | xargs dpkg -S
vyatta-op: /opt/vyatta/share/vyatta-op/templates/monitor/dhcp
vyatta-op: /opt/vyatta/share/vyatta-op/templates/release/dhcp
vyatta-op: /opt/vyatta/share/vyatta-op/templates/release/dhcpv6
vyatta-op: /opt/vyatta/share/vyatta-op/templates/renew/dhcp
vyatta-op: /opt/vyatta/share/vyatta-op/templates/renew/dhcpv6
vyos-1x: /opt/vyatta/share/vyatta-op/templates/restart/dhcp
vyos-1x: /opt/vyatta/share/vyatta-op/templates/restart/dhcpv6
vyos-1x, vyatta-op: /opt/vyatta/share/vyatta-op/templates/show/dhcp
vyos-1x, vyatta-op: /opt/vyatta/share/vyatta-op/templates/show/dhcpv6
vyatta-op: /opt/vyatta/share/vyatta-op/templates/show/log/dhcp

Thus this can be resolved.

dmbaturin set Is it a breaking change? to Perfectly compatible.Sep 3 2021, 12:28 PM
dmbaturin set Issue type to Internal change (not visible to end users).