From a950059053f7394acfb453cc0d8194aa3dc721fa Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Thu, 26 Sep 2024 11:31:07 +0530 Subject: T6732: added same as vyos 1x --- src/etc/netplug/linkup.d/vyos-python-helper | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/etc/netplug/linkup.d/vyos-python-helper (limited to 'src/etc/netplug/linkup.d/vyos-python-helper') diff --git a/src/etc/netplug/linkup.d/vyos-python-helper b/src/etc/netplug/linkup.d/vyos-python-helper new file mode 100644 index 0000000..9c59c58 --- /dev/null +++ b/src/etc/netplug/linkup.d/vyos-python-helper @@ -0,0 +1,4 @@ +#!/bin/sh +PYTHON3=$(which python3) +# Call the real python script and forward commandline arguments +$PYTHON3 /etc/netplug/vyos-netplug-dhcp-client "${@:1}" -- cgit v1.2.3