Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-06 | policy: support the match of consecutive AsPath and regular expressions to ↵ | Naoto Hanaue | |
AsPath Condition | |||
2015-08-05 | config: change type of Prefix in the PrefixSet | Naoto Hanaue | |
2015-08-05 | path: return Extendedcommunityinterface rathar than interface{} | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-05 | config: change the structure of AsPathSet, CommunitySet and ExtCommunitySet ↵ | Naoto Hanaue | |
as the PrefixSet | |||
2015-07-31 | config: use the latest openconfig yang | Hiroshi Yokoi | |
2015-07-15 | cli: support extended community | Naoto Hanaue | |
2015-07-15 | scenaio_test: add extended community test | Naoto Hanaue | |
2015-07-13 | cli: add aspath prepend support | Hiroshi Yokoi | |
2015-07-11 | policy: add unit test for extended community condition and bug fix | Naoto Hanaue | |
2015-07-11 | policy: support extended community condition | Naoto Hanaue | |
2015-07-11 | policy: support aspath prepend action | Hiroshi Yokoi | |
2015-07-01 | cli: fix error output when routepolicy does not exist in routepolicy sub command | Naoto Hanaue | |
2015-07-01 | cli: support med action | Naoto Hanaue | |
2015-07-01 | policy: distribute policy | Hiroshi Yokoi | |
2015-07-01 | table: refactor Path/Destination/Table struct | ISHIDA Wataru | |
Path/Destination/Table was defined as interface. Simplify by making them normal struct. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-06-26 | policy: add unit test for med action and bug fix | Naoto Hanaue | |
2015-06-26 | policy: support med action | Naoto Hanaue | |
2015-06-17 | cli: add community subcommand to policy conditions and actions | Naoto Hanaue | |
2015-06-16 | cli: add aspath subcommand to policy conditions | Naoto Hanaue | |
2015-06-16 | cli: aggregate grpc communication interface associated with the policy to ↵ | Naoto Hanaue | |
api.policyDefinition | |||
2015-06-02 | packet: return aspath length based on the segment type. | Hiroshi Yokoi | |
2015-05-27 | policy: fix wrong reference to the modified path | Hiroshi Yokoi | |
2015-05-27 | scenario_test: add policy test cases for new action and conditions | Hiroshi Yokoi | |
2015-05-26 | cli: add the add/del commands to policy of neighbor | Naoto Hanaue | |
% gobgp -u 10.0.255.1 neighbor 10.0.0.3 policy DefaultImportPolicy: ACCEPT DefaultExportPolicy: ACCEPT ImportPolicies: PolicyName policy1: StatementName st0: Conditions: PrefixSet: ps2 192.168.20.0/24 NeighborSet: ns0 10.0.0.2 10.0.0.3 AsPathLength: eq 5 MatchOption: ALL Actions: ACCEPT ExportPolicies: % gobgp -u 10.0.255.1 neighbor 10.0.0.3 policy add export policy0 reject % gobgp -u 10.0.255.1 neighbor 10.0.0.3 policy del import % gobgp -u 10.0.255.1 neighbor 10.0.0.3 policy DefaultImportPolicy: ACCEPT DefaultExportPolicy: REJECT ImportPolicies: ExportPolicies: PolicyName policy0: StatementName st0: Conditions: PrefixSet: ps0 192.168.0.0/16 16..24 NeighborSet: ns2 10.0.0.4 AsPathLength: MatchOption: ALL Actions: REJECT | |||
2015-05-26 | cli: add the add/del commands to routepolicy | Naoto Hanaue | |
% gobgp -u 10.0.255.1 policy routepolicy PolicyName policy0: StatementName st0: Conditions: PrefixSet: ps0 192.168.0.0/16 16..24 NeighborSet: ns2 10.0.0.4 AsPathLength: MatchOption: ALL Actions: REJECT % gobgp -u 10.0.255.1 policy routepolicy add policy1 st0 conditions --prefix ps2 --neighbor ns0 --aspath-len eq,5 --option all % gobgp -u 10.0.255.1 policy routepolicy add policy1 st0 actions --route-action accept % gobgp -u 10.0.255.1 policy routepolicy del policy0 % gobgp -u 10.0.255.1 policy routepolicy PolicyName policy1: StatementName st0: Conditions: PrefixSet: ps2 192.168.20.0/24 NeighborSet: ns0 10.0.0.2 10.0.0.3 AsPathLength: eq 5 MatchOption: ALL Actions: ACCEPT | |||
2015-05-21 | policy: support community action | Hiroshi Yokoi | |
2015-05-19 | policy: support community condition | Hiroshi Yokoi | |
2015-05-19 | policy: support aspath condition | Hiroshi Yokoi | |
2015-05-19 | cli: support the AsPathLength to display in routing policy | Naoto Hanaue | |
% gobgp -u 10.0.255.1 policy routepolicy policy0 PolicyName policy0: StatementName st0: Conditions: PrefixSet: ps0 192.168.0.0/16 16..24 NeighborSet: ns0 10.0.0.2 AsPathLength: 10 eq MatchOption: ALL Actions: REJECT | |||
2015-05-19 | cli: add the show command for routing policy of neighbor | Naoto Hanaue | |
% gobgp -u 10.0.255.1 neighbor 10.0.0.3 policy DefaultImportPolicy: ACCEPT DefaultImportPolicy: ACCEPT ImportPolicies: PolicyName policy0: StatementName st0: Conditions: PrefixSet: ps0 192.168.0.0/16 16..24 NeighborSet: ns0 10.0.0.2 MatchOption: ALL Actions: REJECT PolicyName policy5: ExportPolicies: PolicyName policy1: StatementName st1: Conditions: PrefixSet: ps1 192.168.20.0/24 192.168.200.0/24 NeighborSet: ns0 10.0.0.2 MatchOption: ALL Actions: REJECT | |||
2015-04-30 | policy: use table.ProcessMessage() | Hiroshi Yokoi | |
2015-04-30 | policy: add AsPathLength match | Hiroshi Yokoi | |
2015-04-30 | policy: refactor match condition codes | Hiroshi Yokoi | |
2015-04-27 | table: make table.ProcessMessage a function | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-22 | unit_test: fix associated with the testify update | Naoto Hanaue | |
2015-04-01 | policy: remove continue | Hiroshi Yokoi | |
2015-03-24 | policy: support ipv6 and add test code | Naoto Hanaue | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-03-24 | policy: apply import/export policy | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-03-24 | policy: add prefix filter | Naoto Hanaue | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |