Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SchwarzM/k8s-quagga
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Schwarz committed Aug 22, 2015
2 parents a9a4abc + 284c4d2 commit cd1aa95
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# k8s-quagga

Alpine linux running quagga zebra and ospfd.
Config done by small go binary that translates environment to files

## Usage ##
### Global flags ###
```K8S_QUAGGA_OUTPUT``` - Directory to put files to defaults to ```/etc/quagga```

```K8S_QUAGGA_PASSWORD``` - Password to put in config defaults to ```changeme```

### Subcommands ###
```zebra``` - Print out zebra.conf

```ospfd``` - Print out ospfd.conf

### Ospfd Flags ###
```K8S_QUAGGA_INTERFACE``` - Interface to use

```K8S_QUAGGA_ROUTERID``` - RouterId to use

```K8S_QUAGGA_PORTALNET``` - Net 1 to announce

```K8S_QUAGGA_CONTAINERNET``` - Net 2 to announce

0 comments on commit cd1aa95

Please sign in to comment.