Fix a code typo that prevented the probing of the current defaultrouter
in-order to pre-populate the editor.
This commit is contained in:
parent
68a4ce1f3f
commit
0c17385f8d
@ -593,7 +593,7 @@ f_ifconfig_netmask()
|
||||
# This function is a two-parter. Below is the awk(1) portion of the function,
|
||||
# afterward is the sh(1) function which utilizes the below awk script.
|
||||
#
|
||||
f_route_get_default='
|
||||
f_route_get_default_awk='
|
||||
BEGIN { found = 0 }
|
||||
( $1 == "gateway:" ) \
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user