Luci interface connect: what does it do in the background?

If I click connect on the interfaces page, what does it do in the background? I expect something like ifdown interface; ifup interface, but I'd like to know for sure, as I want to integrate the action in a bash script.

Looks like just ifup interface:

1 Like