https://github.com/yi-tseng/ofagentd
OF-DPA ofagent daemon
https://github.com/yi-tseng/ofagentd
daeomn linux network of-dpa ofagent onl open sdn
Last synced: about 1 month ago
JSON representation
OF-DPA ofagent daemon
- Host: GitHub
- URL: https://github.com/yi-tseng/ofagentd
- Owner: Yi-Tseng
- Created: 2017-03-07T19:08:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T01:41:56.000Z (over 9 years ago)
- Last Synced: 2025-10-24T17:52:43.561Z (8 months ago)
- Topics: daeomn, linux, network, of-dpa, ofagent, onl, open, sdn
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ofagentd
====
OF-DPA ofagent daemon.
## Install
Put ofagentd into /etc/init.d/
```
mv ofagentd /etc/init.d/ofagentd
```
Change ofagent file mode
```
chmod 755 /etc/init.d/ofagentd
```
Update rc
```
update-rc.d ofagentd defaults
```
Create config file dir
```
mkdir -p /etc/ofagentapp/
cp config.sample /etc/ofagentapp/config
```
## Functions
Start ofagent
```
service ofagentd start
```
Stop ofagent
```
service ofagentd stop
```
Status
```
service ofagentd status
```
Restart
```
service ofagentd restart
```