Compare commits
No commits in common. "28da6ae36e62ccb8492c9c51134edf81c901bad5" and "3059f89aa4903b01ad4b3bcf60c755afa5cffa0a" have entirely different histories.
28da6ae36e
...
3059f89aa4
1 changed files with 2 additions and 4 deletions
|
@ -18,10 +18,8 @@ getTimestamp(){
|
|||
echo "$(getTimestamp) RG_ETHER_ADDR: $RG_ETHER_ADDR"
|
||||
|
||||
echo -n "$(getTimestamp) attaching interfaces to ng_ether... "
|
||||
# Only needed for older versions of pfatt. Newer versions handle this automatically.
|
||||
# Eventually this can be remove.
|
||||
/usr/local/bin/php -r "function_exists('pfSense_ngctl_attach') && pfSense_ngctl_attach('.', '$ONT_IF');"
|
||||
/usr/local/bin/php -r "function_exists('pfSense_ngctl_attach') && pfSense_ngctl_attach('.', '$RG_IF');"
|
||||
/usr/local/bin/php -r "pfSense_ngctl_attach('.', '$ONT_IF');"
|
||||
/usr/local/bin/php -r "pfSense_ngctl_attach('.', '$RG_IF');"
|
||||
echo "OK!"
|
||||
|
||||
echo "$(getTimestamp) building netgraph nodes..."
|
||||
|
|
Loading…
Reference in a new issue