#!/bin/bash

C1=C
C2=("KILL PPPD")

function kill_pppd {
    exec_command "killall pppd"
}
