-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ospf container #820
Ospf container #820
Commits on Nov 25, 2024
-
x86_64: Enable kprobes and ftrace in kernel
This avoids full recompiles every time we want to use things like ply.
Configuration menu - View commit details
-
Copy full SHA for a3af3f9 - Browse repository at this point
Copy the full SHA a3af3f9View commit details -
confd: Abort if callback tracking ever fails
During debugging of a reconfiguration issue, one hypothesis was that the tracking of callbacks used to determine when a transaction has completed (as sysrepo has no hooks for this) was out of sync, causing us to call `initctl reload` prematurely. This was not the case, but if it ever occurs in the future, make sure that it is a fatal error that won't go unnoticed.
Configuration menu - View commit details
-
Copy full SHA for d99b6fd - Browse repository at this point
Copy the full SHA d99b6fdView commit details -
buildroot: Bump to latest 2024.02.x-kkit for FRR 9.1.2
During development of the upcoming ospf_container test, an issue was discovered where zebra's view of the system drifted from the kernel's ditto. Specifically: when transitioning from test-config to one with many virtual interfaces (VLANs VETH pairs etc.), zebra would not process events for all interfaces, which meant OSPF would not pick them up. Our experience matches very well with a bug reported upstream in: FRRouting/frr#13630 > If we delete kernel interface and create it and set its ip in a > short time, in rare cases, interface ip will be lost in zebra which > can be confirmed by vtysh show interface brirf command. This will > lead to abnormal behavior of other protocol daemons, for example, > bgpd does not announce the route corresponding to interface ip even > it was specified by network command. The issue was marked as fixed by PR 13396, which was merged in the 9.0 cycle: FRRouting/frr#13396 Therefore, upgrade FRR to the latest patch release from that major.
Configuration menu - View commit details
-
Copy full SHA for de47cae - Browse repository at this point
Copy the full SHA de47caeView commit details -
yanger: Tolerate missing DR/BDR IDs in OSPF neighbor info
With the FRR upgrade to 9.1.2, OSPF sometimes reports neighbors without reporting the routerDesignatedId and routerDesignatedBackupId attributes. Ensure that these attributes are available before trying to copy them to the output.
Configuration menu - View commit details
-
Copy full SHA for fabb28b - Browse repository at this point
Copy the full SHA fabb28bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5264a1c - Browse repository at this point
Copy the full SHA 5264a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7db71d - Browse repository at this point
Copy the full SHA c7db71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82fd4bd - Browse repository at this point
Copy the full SHA 82fd4bdView commit details -
Aims to test a complex setup with multiple containers, OSPF and NAT
Configuration menu - View commit details
-
Copy full SHA for bbc9a55 - Browse repository at this point
Copy the full SHA bbc9a55View commit details -
Signed-off-by: Joachim Wiberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14dea0c - Browse repository at this point
Copy the full SHA 14dea0cView commit details -
test/case: add description for ospf container use-case
Signed-off-by: Joachim Wiberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0ee090 - Browse repository at this point
Copy the full SHA c0ee090View commit details -
test: use_case: Update test with HTTP container and ABR
Add ABR configuration and a HTTP Container
Configuration menu - View commit details
-
Copy full SHA for 7a642f9 - Browse repository at this point
Copy the full SHA 7a642f9View commit details -
test/case: update use-case internal network description
Signed-off-by: Joachim Wiberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d6a788 - Browse repository at this point
Copy the full SHA 6d6a788View commit details -
test/case: minor, grammar and formatting
Signed-off-by: Joachim Wiberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f381977 - Browse repository at this point
Copy the full SHA f381977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f80bd - Browse repository at this point
Copy the full SHA 81f80bdView commit details -
test: case: ospf_container: Update test
Add "VLAN switches" between each Router, to only pass the tagged traffic between the routers. Add test specification and add to test suite
Configuration menu - View commit details
-
Copy full SHA for 1cfbf9b - Browse repository at this point
Copy the full SHA 1cfbf9bView commit details -
test: add drawio original and update images in use-case test
Signed-off-by: Joachim Wiberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77df9a3 - Browse repository at this point
Copy the full SHA 77df9a3View commit details -
test: factor out file server from upgrade test
Signed-off-by: Joachim Wiberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 866b9de - Browse repository at this point
Copy the full SHA 866b9deView commit details -
infamy: Stability fix for getting OSPF status
Always return {} if fail to get OSPF status, it may not have started yet.
Configuration menu - View commit details
-
Copy full SHA for 66ae023 - Browse repository at this point
Copy the full SHA 66ae023View commit details -
test-spec: Remove autogenerated file
Add it to gitignore to not be added again.
Configuration menu - View commit details
-
Copy full SHA for de50179 - Browse repository at this point
Copy the full SHA de50179View commit details