Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 18 days ago
JSON representation

OF-DPA ofagent daemon

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
```