t #2

Closed
lbailly wants to merge 57 commits from CI into main
Showing only changes of commit f0b4e826cb - Show all commits

View file

@ -19,10 +19,10 @@
(match v (match v
;; - up: Reflects the administrative state of the interface (IFF_UP) ;; - up: Reflects the administrative state of the interface (IFF_UP)
;; - running: Reflects the operational state (IFF_RUNNING). ;; - running: Reflects the operational state (IFF_RUNNING).
{:event "newlink" :name params.link :up :yes :running :yes} {:event "newlink" :name params.link :up "yes" :running "yes"}
{:present true :up true :running true} {:present true :up true :running true}
{:event "newlink" :name params.link :up :yes} {:event "newlink" :name params.link :up "yes"}
{:present true :up true} {:present true :up true}
{:event "newlink" :name params.link} {:event "newlink" :name params.link}