mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
Kernel: Make LoopbackAdapter always link up
This commit is contained in:
parent
c31f085b8c
commit
9efeecf903
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
|
||||
virtual void send_raw(ReadonlyBytes) override;
|
||||
virtual StringView class_name() const override { return "LoopbackAdapter"; }
|
||||
virtual bool link_up() override { return true; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue