Skip to content

Commit c1df5e1

Browse files
committed
remove '&' from dhcpv4
1 parent 70ec5c4 commit c1df5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raddb/mods-available/dhcpv4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#
1414
# The DHCPv4 module is used as a relay.
1515
#
16-
# For reach request, you should set `&control.Net.Dst.IP` and maybe
17-
# `&control.Net.Dst.Port` to the address of the next DHCPv4 server or
16+
# For reach request, you should set `control.Net.Dst.IP` and maybe
17+
# `control.Net.Dst.Port` to the address of the next DHCPv4 server or
1818
# relay.
1919
#
2020
# Packets MUST also have a `Gateway-IP-Address` option, otherwise

0 commit comments

Comments
 (0)