Skip to content
Snippets Groups Projects
  1. Nov 05, 2023
  2. Nov 03, 2023
    • David Bauer's avatar
      gluon-core: dont fail on unset interface role · c4d37036
      David Bauer authored
      
      In case no interface role was selected for a given interface,
      gluon-reconfigure currently fails with
      
      Configuring: 021-interface-roles
      /usr/bin/lua: /usr/lib/lua/gluon/util.lua:25: bad argument #1 to 'pairs' (table expected, got nil)
      stack traceback:
      	[C]: in function '?'
      	/usr/lib/lua/simple-uci.lua:22: in function 'foreach'
      	./021-interface-roles:47: in main chunk
      	[C]: ?
      
      Check we actually have a role set before accessing the table.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      c4d37036
  3. Nov 02, 2023
  4. Nov 01, 2023
  5. Oct 31, 2023
  6. Oct 30, 2023
  7. Oct 29, 2023
    • Rouven Czerwinski's avatar
      gluon-radv-filterd: replace malloc with calloc · 56cde733
      Rouven Czerwinski authored and Emantor's avatar Emantor committed
      Allocation of the router structure for newly detected router
      advertisements was done using malloc and selectively clearing some of
      the structure fields. However the redirect boolean was never set to 0,
      which means that during update_redirect, we would depend on the random
      initialization value of the structure.
      
      This means that sometimes ebtables-tiny wouldn't add the correct rules
      for the advertised routes.
      56cde733
  8. Oct 26, 2023
  9. Oct 22, 2023
  10. Oct 21, 2023
  11. Oct 20, 2023
  12. Oct 19, 2023
  13. Oct 18, 2023
  14. Oct 16, 2023
  15. Oct 15, 2023
  16. Oct 14, 2023
  17. Oct 13, 2023
  18. Oct 12, 2023
Loading