Page MenuHomeVyOS Platform

Remove possibility to specify DHCP relay port
Closed, ResolvedPublicFEATURE REQUEST

Description

The IPv4 and IPv6 DHCP relay service implementation supports specifying a listen port to listen for DHCP packets which should be relayed. At the time of this writing only the Linux DHCP client supports requesting an address over a non standard port (UDP 67). Supporting DHCP ports is only useful for debugging but I still don't get the real use-case here.

To get a clean CLI we should remove this option. I have also not found a similar option in Cisco IOS. A migration script is required for this removal.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close

Event Timeline

c-po updated the task description. (Show Details)
syncer triaged this task as Normal priority.Oct 26 2018, 7:50 AM
syncer edited projects, added VyOS 1.2 Crux (VyOS 1.2.0-rc6); removed VyOS 1.2 Crux.

I disagree. The option to add additional ports to be forwarded can be really useful to get other than DHCP broadcast traffic between subnets. The Cisco equivalent command would be 'ip forward-protocol udp [port]'

Would 'set service broadcast-relay' be a possibility for that?

Didn't know it existed, yes you are right. Thanks!

@danhusan, @Line2 is right, If you want a generic broadcast forwarder please use service broadcast-relay - that's why I added this feature in VyOS 1.2.

This request deals with service dhcp-relay and service dhcpv6-relay where a non standard port makes no sense as all clients default to the IANA assigned port number.

c-po claimed this task.