这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: labgrid-project/labgrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Ansuel/labgrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on May 21, 2024

  1. qemudriver: add support for netdev option in add_port_forward

    In case there are more `user` network interfaces defined, allow to
    specific the netdev. If omitted, an empty string is passed and the
    behaviour is like before.
    
    This is useful for testing OpenWrt inside a QEMU instance, since OpenWrt
    expects by default a LAN interface on eth0 and a WAN interface (with
    uplink) on eth1. Previously the port forward would always be added to
    eth1, which doesn't support SSH due to firewall policies. By adding the
    netdev to the forward function, the SSHDriver works as expected.
    
    Signed-off-by: Paul Spooren <mail@aparcar.org>
    aparcar committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ea92785 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. power: add ubus NetworkPowerPort

    Using PoE switches as power supply is convenient since a switch is
    needed in many cases anyway and with the right adapter most embedded
    devices can be powered.
    
    OpenWrt offers `ubus` as micro bus system to control the system,
    including PoE ports on switches.
    
    This commit adds a driver to handle PoE switches running OpenWrt.
    
    Signed-off-by: Paul Spooren <mail@aparcar.org>
    aparcar committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d450967 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. test

    Ansuel committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9347bea View commit details
    Browse the repository at this point in the history
Loading