Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-25 | config: add openconfig identity structs in bgp_configs.go | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-25 | config: add go type of embeded enums defined in openconfig | ISHIDA Wataru | |
these types are embeded enums of openconfig and were left uint32 Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | config: refactor config structure | ISHIDA Wataru | |
- change config variable name to chaincase from camelcase - remove unnecessary wrapper structs which only contain one slice field Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | config: add DO NOT EDIT warning | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | config: remove unnecessary augment | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | config: we don't need to modify origin PeerType name | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | config: remove redundant definition in gobgp.yang | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | config: add FromInt() method to config typedef | ISHIDA Wataru | |
use for the translation between api structs Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | config: catch up with the latest openconfig | ISHIDA Wataru | |
using commit 20b9cc544012201069e9d6a159ebab17f4172dfb from github.com/openconfig/public Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | config: change enum value type to string for ease of configuration | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-01-09 | tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yang | ISHIDA Wataru | |
pyang has an internal flag "multiple_modules" to handle multiple yang modules. use it instead of introducing a new option --augment also, fix warnings and errors in gobgp.yang which were there but not has been detected for a while due to the usage of --augment. by using "multiple_modules" flag, pyang detected them. most notable error is wrong usage of list, which needs a key in its substatement. this patch adds key to some of them, and for others uses leaf-list instead. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-12-29 | config: use viper and support multiple configuration formats | ISHIDA Wataru | |
// toml by default $ gobgpd -f gobgpd.toml // use -t to change configuration type $ gobgpd -t yaml -f gobgpd.yaml Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-12-28 | config: make config/state variable name simple | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-09-25 | config: add zebra redistribution configuration | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-11 | config: cancel as-path-set-member | Hiroshi Yokoi | |
2015-08-11 | config: insert gobgp-specific elements with augment statements defined in ↵ | Hiroshi Yokoi | |
gobgp.yang | |||
2015-08-05 | config: change type of Prefix in the PrefixSet | Naoto Hanaue | |
2015-07-31 | config: use the latest openconfig yang | Hiroshi Yokoi | |
2015-05-20 | config: change SetCommunity.Options's type to string | Hiroshi Yokoi | |
2015-04-24 | config: add bgp-policy configuration | Hiroshi Yokoi | |
2015-03-11 | config: add routing-policy containers | Hiroshi Yokoi | |
2015-03-03 | config: make a field name same to its type name | Hiroshi Yokoi | |
embedding doesn't work with toml. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-03-03 | tools: add README for yang plugin | FUJITA Tomonori | |
also do some cleanups. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-03-03 | tools: update pyang plugin for the change of the yang file's name | FUJITA Tomonori | |
2015-03-03 | pyang_plugin: remove unused codes | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-03-03 | config: skip identity and use string as the data type | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-03-03 | pyang_plugin: use struct embedding if it's a child container. | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-29 | config: support enum value and add ietf yang files | Hiroshi Yokoi | |
2014-11-17 | pyang_plugin: fix bug that prints container type as list | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2014-11-17 | pyang_plugin: modify type translation rule and copyright | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2014-11-13 | pyang_plugin: fixed TypeError | Hiroshi Yokoi | |
2014-11-11 | correct pep8 warnings | Hiroshi Yokoi | |
2014-11-11 | support typedef and identity | Hiroshi Yokoi | |
2014-11-10 | add pyang_plugin and yang files | Hiroshi Yokoi | |