diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-11 16:33:15 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-11 16:33:15 -0800 |
commit | d7d6bfea594067550c4ae96142ec7265651338b7 (patch) | |
tree | 3671cf7c9f4a7cf32b8bf47f23bee3ccb8360c33 /scripts/vyatta-protocol | |
parent | 642fd0b4893cd5afebafb58c82e418f12fdbf170 (diff) | |
download | vyatta-cfg-quagga-d7d6bfea594067550c4ae96142ec7265651338b7.tar.gz vyatta-cfg-quagga-d7d6bfea594067550c4ae96142ec7265651338b7.zip |
Handle reload of interface properties
Need to handle ospf and rip property on reload.
Since script is no longer general, make it just for quagga.
Diffstat (limited to 'scripts/vyatta-protocol')
-rwxr-xr-x | scripts/vyatta-protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-protocol b/scripts/vyatta-protocol index 0e76f8c2..ba68e9e9 100755 --- a/scripts/vyatta-protocol +++ b/scripts/vyatta-protocol @@ -52,7 +52,7 @@ case "$1" in --chdir $log_dir --exec $exe_file \ -- -d -P 0 -i $pid_dir/${daemon}.pid - sudo /opt/vyatta/sbin/vyatta-cfg-reload protocols ${daemon/%d/} + sudo /opt/vyatta/sbin/vyatta-reload-proto-config ${daemon/%d/} ;; *) usage;; |