Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-25 | config: add mpls label range configuration | ISHIDA Wataru | |
you can specify mpls label range from which gobgpd automatically assign to vpn routes like below ``` [Global] As = 65000 RouterId = "192.168.255.1" [Global.MplsLabelRange] MinLabel = 1000 MaxLabel = 1999 ``` default values (min:16000, max:1048575) is taken from cisco ios xr. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-09-17 | config: add zebra configuration | Hiroshi Yokoi | |
Signed-off-by: Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | |||
2015-09-13 | Add bmp support | FUJITA Tomonori | |
Can be enabled like: [Global] [Global.GlobalConfig] As = 64512 RouterId = "10.0.255.254" [BmpServers] [[BmpServers.BmpServerList]] [BmpServers.BmpServerList.BmpServerConfig] Address = "127.0.0.1" Port=11019 Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-09-08 | server: add mrt bgp4mp support | FUJITA Tomonori | |
You can enable the feature like: [Global] [Global.GlobalConfig] As = 64512 RouterId = "10.0.255.254" [Global.Mrt] FileName = "update.dump" Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-08-13 | config: add rpki configuration | Naoto Hanaue | |
2015-08-12 | rpki: don't show validation result if rpki disabled | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-08-11 | config: add structure to be used in the match of the validation result of rpki | Naoto Hanaue | |
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-07-06 | tools/pyang_plugins: update README.rst | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
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: cosmetic fixes for README for yang plugin | FUJITA Tomonori | |
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 | |