Skip to content

Commit

Permalink
Test if software version capability can be exchanged correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <[email protected]>
  • Loading branch information
ton31337 committed Jul 15, 2024
1 parent b26b5e7 commit c2a2ea8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions etc/exabgp/conf-cap-software-version.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
neighbor 127.0.0.1 {
router-id 10.0.0.2;
local-address 127.0.0.1;
local-as 65533;
peer-as 65533;
hold-time 180;

capability {
software-version enable;
}

family {
ipv4 unicast;
}
}
1 change: 1 addition & 0 deletions qa/encoding/conf-cap-software-version.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
conf-cap-software-version.conf
2 changes: 2 additions & 0 deletions qa/encoding/conf-cap-software-version.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
option:open:inspect-open-message
1:raw:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:0051:01:04FFFD00B40A000002340206010400010001020641040000FFFD02224B201F4578614247502F6D61696E2D346634323232663265642D3230323430373135

0 comments on commit c2a2ea8

Please sign in to comment.